Summary: | PLACK-ERROR: End of stream encountered while parsing preamble | ||
---|---|---|---|
Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Marcel de Rooy
2025-10-06 09:46:04 UTC
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. |