http://www.perlmonks.org?node_id=1002243


in reply to Calling LWP/Mech from AnyEvent

This is now solved. It turns out LWP::Protocol::http replaces newlines in headers with spaces, and neither AnyEvent::HTTP, nor LWP::Protocol::AnyEvent::http did similar. Though the latter now does so with the latest CPAN update.

Replies are listed 'Best First'.
Re^2: Calling LWP/Mech from AnyEvent
by rwstauner (Acolyte) on Jan 26, 2013 at 17:37 UTC