Page MenuHomePhorge

Do not set the Content-Length on the download response
ClosedPublic

Authored by mollekopf on Mar 23 2023, 9:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 13, 8:46 AM
Unknown Object (File)
Fri, Apr 12, 9:25 PM
Unknown Object (File)
Fri, Mar 29, 2:34 PM
Unknown Object (File)
Thu, Mar 28, 6:36 PM
Unknown Object (File)
Tue, Mar 19, 12:22 AM
Unknown Object (File)
Mar 2 2024, 2:57 PM
Unknown Object (File)
Mar 2 2024, 2:56 PM
Unknown Object (File)
Mar 2 2024, 2:56 PM
Subscribers

Details

Summary

Seems related to:

Apparently swoole uses the chunked transfer encoding,
and according to the rfc we're not supposed to set Content-Length in
that case.

In any case with the Content-Length header swoole crashes, without
everything seems to work.

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mollekopf created this revision.
mollekopf added a reviewer: Restricted Project.Mar 23 2023, 9:30 AM
machniak subscribed.

I was thinking that we could do a separate code path for small files that has only one chunk and send Content-Length for them, but it could be done later and I didn't really tested that.

This revision is now accepted and ready to land.Mar 23 2023, 11:51 AM
This revision was automatically updated to reflect the committed changes.