ikegami / perl-LWP-Protocol-AnyEvent-http

Event loop friendly HTTP and HTTPS backend for Perl's LWP
http://search.cpan.org/dist/LWP-Protocol-AnyEvent-http/
Creative Commons Zero v1.0 Universal
9 stars 6 forks source link

Fixes v1.0.3 #5

Closed gbarr closed 12 years ago

gbarr commented 12 years ago

The branch has various fixes against v1.0.3

    - Preserve AnyEvent::HTTP pseudo heads by prefixing with X-AE-
    - Fix duplicate headers in response
    - Add proxy support
    - Prevent AnyEvent::HTTP adding Referer header with the request URL
    - Fix bug causing cannot use undefined value as SCALAR reference
ikegami commented 12 years ago

On Wed, Feb 22, 2012 at 3:42 PM, Graham Barr < reply@reply.github.com

wrote:

The branch has various fixes against v1.0.3

Awesome! Really, busy, but I'll pull and publish on Monday at the latest.

ikegami commented 12 years ago

There were 4 test failures. Three were from incorrect number of tests. The fourth appears to be due to from missing code in the test web server. Fixed, and on its way to CPAN.