in reply to SOAP::Lite or MIME::Entity generate invalid HTTP line endings
You can probably try this in your own code if for some reason SOAP::Lite isn't, to make sure that your MIME encodings have the proper line endings.local $MIME::Entity::BOUNDARY_DELIMITER = "\r\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: SOAP::Lite or MIME::Entity generate invalid HTTP line endings
by almut (Canon) on Nov 12, 2009 at 14:32 UTC | |
|
Re^2: SOAP::Lite or MIME::Entity generate invalid HTTP line endings
by Tardigrade4 (Initiate) on Nov 12, 2009 at 14:52 UTC |