net-http-persistent 1.2.2

drbrain | Wed, 23 Jun 2010 02:24:00 GMT

Posted in

Persistent connections using Net::HTTP plus a speed fix for 1.8. It's thread-safe too!

Documentation

1.2.2 / 2010-06-22

  • Bug Fixes

    • #request only finishes a connection instead of restarting it. This helps prevents errors on non-idempotent HTTP requests after errors.

    • #connection_for handles EHOSTDOWN like #reset

1.2.1 / 2010-05-25

  • Bug Fixes

    • Don’t alter Net::BufferedIO#rbuf_fill on 1.9+

1.2 / 2010-05-20

  • Minor Enhancements

    • Net::HTTP#read_timeout is now supported

    • Net::HTTP#open_timeout is now supported

    • Net::HTTP::Persistent#request now supports a block like Net::HTTP#request

comment

Comments RSS FEED

Comments are disabled