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)
Mon, Sep 16, 2:11 PM
Unknown Object (File)
Fri, Sep 13, 8:40 AM
Unknown Object (File)
Fri, Sep 13, 8:38 AM
Unknown Object (File)
Fri, Sep 13, 8:38 AM
Unknown Object (File)
Fri, Sep 13, 8:38 AM
Unknown Object (File)
Wed, Sep 11, 1:08 AM
Unknown Object (File)
Sun, Sep 8, 10:26 PM
Unknown Object (File)
Sun, Aug 25, 6:44 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.