Subject: | Doing lf crlf translation ? |
I am not sure which library to blame yet, because I am only using this
library indirectly through LWP::UserAgent. But when downloading a zip
file from a https:// URL in a post request, there are extraneous crlf
characters in the result (it is a binary zip file so it ends up
corrupted). If I set Net::HTTPS to use Net::SSL instead of
IO::Socket::SSL (or if I delete the IO::Socket::SSL library), then the
file is downloaded without issue.
I don't know if or which library layer might be doing PerlIO layer or
other conversions, so I'll start by reporting the problem here :-)