Found this in the plack-error.log on a 24.11 install: End of stream encountered while parsing preamble at /usr/share/perl5/HTTP/Entity/Parser/MultiPart.pm line 157. Grepping for HTTP::Entity::Parser::MultiPart did not give any results. Anyone have an idea?
Joubu: the error comes from /usr/share/perl5/HTTP/MultiPartParser.pm: $finish && $on_error->(q/End of stream encountered while parsing preamble/);
(In reply to Marcel de Rooy from comment #1) > Joubu: the error comes from > /usr/share/perl5/HTTP/MultiPartParser.pm: $finish && > $on_error->(q/End of stream encountered while parsing preamble/); HTTP::MultiPartParser This class provides a low-level API for processing MultiPart MIME data streams conforming to MultiPart types as defined in RFC 2616.