This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
mechanize / FAQ.rdoc
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








