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
F12247395: D4187.diff
Sun, May 19, 11:54 AM
Unknown Object (File)
Fri, May 17, 2:08 AM
Unknown Object (File)
Thu, May 16, 10:37 PM
Unknown Object (File)
Sun, May 12, 1:29 AM
Unknown Object (File)
Sat, May 11, 1:28 PM
Unknown Object (File)
Fri, May 10, 2:28 AM
Unknown Object (File)
Wed, May 8, 2:43 PM
Unknown Object (File)
Sun, Apr 28, 3:17 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.