Sha256: 1576effcc1b3de407532d9e33bdf9c5dcc466ee0c804295264b2f19b3e425d6d

Contents?: true

Size: 534 Bytes

Versions: 1

Compression:

Stored size: 534 Bytes

Contents

Q:: Why do I keep getting an EOFError?

A:: For older versions of mechanize turning off keep_alive could help with the
    problem, but mechanize is now has more robust handling of persistent
    connections.

    Older versions of mechanize would raise an EOFError when a chunked body was
    not terminated properly, a common bug of IIS servers.  Since 2.0
    Mechanize::ResponseReadError is raised containing the original response and
    body read so far so if the server is broken you can still retrieve the
    entire content.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
neocoin-mechanize-2.0.2 FAQ.rdoc