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

Version Path
mechanize-0.7.0 FAQ.txt
mechanize-0.7.5 FAQ.txt
mechanize-0.7.6 FAQ.txt
mechanize-0.7.1 FAQ.txt
mechanize-0.7.4 FAQ.txt
mechanize-0.8.1 FAQ.txt
mechanize-0.8.4 FAQ.txt
mechanize-0.8.3 FAQ.txt
mechanize-0.8.2 FAQ.txt
mechanize-0.9.2 FAQ.rdoc
mechanize-0.9.1 FAQ.txt
mechanize-0.9.0 FAQ.txt
mechanize-0.8.5 FAQ.txt
mechanize-0.9.3 FAQ.rdoc