The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.28 - 2013-09-13

  • CHANGES
    • Rewrite back into being a subclass of IO::Async::Stream instead of using IO::Async::Protocol::Stream
    • IO::Async::Stream 0.59 allows stall timeout detection during writes now as well
  • BUGFIXES
    • Closed connections should drop the ready queue, so they don't accidentally try to process a second request
    • Failure handling of corrupted chunk headers during chunked transfer encoding

Modules

use HTTP with IO::Async
HTTP client protocol handler