The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.947

  • Change: 944c66f2149bc39a24db854d0310522b1d1697ed Author: Rocco Caputo <rcaputo@cpan.org> Date : 2012-06-03 03:21:46 +0000
    • [rt.cpan.org 76542] Fix a double close in PoCo::Client::HTTP.
    • Florian Schlichting found POE throwing an error on an undefined file descriptor. POE::Component::Client::HTTP was closing a filehandle before destroying the wheel that was managing it. When it was time for the wheel to remove the filehandle's watcher, fileno() failed, and trouble ensued.
  • Change: 7628a0aa4c7097a54d46773d3bdc3000362a0fd1 Author: Rocco Caputo <rcaputo@cpan.org> Date : 2012-06-03 02:27:03 +0000
    • [rt.cpan.org 77601] Switch to Socket's getaddrinfo().
    • AVENJ reported that Socket::GetSockAddr's :newapi was deprecated. Switch to Socket for a more future-proof API.

Modules

a HTTP user-agent component
an HTTP request factory object
Non-blocking incremental HTTP chunk parser.
filter data as HTTP::Response objects

Provides

in lib/POE/Filter/HTTPHead.pm