Sha256: 3a75a32f61d4c873f2e6d5577f47ff699d85c96cef7183b31d4e37577425cc31
Contents?: true
Size: 397 Bytes
Versions: 34
Compression:
Stored size: 397 Bytes
Contents
Q: I keep getting an EOFError: protocol.rb:133:in `sysread': end of file reached (EOFError) A: Some people have experienced an EOFError during normal mechanize usage. Most of the time this occurs because the remote website claims to support keep alives, but does not implement them correctly. Try turning off keep alives on your mechanize object: mech.keep_alive = false
Version data entries
34 entries across 34 versions & 7 rubygems