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

Corion #2

Closed Corion closed 13 years ago

Corion commented 13 years ago

The set of my changes adds two more test cases:

An error occurs after the headers and part of the response have been sent 404 error, just for completeness

It also bumps the minimum version of LWP::Protocol to 5.827, as the tests failed on my Debian box with LWP 5.810 but started working after I bumped LWP to 6.02, and they work on my Windows box with 5.827.

Corion commented 13 years ago

I should note - both machines (Debian, Windows XP) pass all tests, the Debian machine with 5.10.0, the XP machine with 5.12.1

ikegami commented 13 years ago

done.