You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this issue could be solved with what has been proposed in #459 (finding a way to disable automatic gzip encoding) or in #742 .
Other way is to set some option/flag to automatically calculate the content length, which could also solve #937 (which was closed without any comment).
Thanks.
The text was updated successfully, but these errors were encountered:
When using
Content-Encoding: gzip
, its not possible to setContent-Length
header (which is useful when serving large files).I explained my situation at stackoverflow.
I think this issue could be solved with what has been proposed in #459 (finding a way to disable automatic gzip encoding) or in #742 .
Other way is to set some option/flag to automatically calculate the content length, which could also solve #937 (which was closed without any comment).
Thanks.
The text was updated successfully, but these errors were encountered: