Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Content-Length" header not set when using "gzip" encoding. #1157

Open
lepe opened this issue Dec 27, 2019 · 2 comments
Open

"Content-Length" header not set when using "gzip" encoding. #1157

lepe opened this issue Dec 27, 2019 · 2 comments

Comments

@lepe
Copy link

lepe commented Dec 27, 2019

When using Content-Encoding: gzip, its not possible to set Content-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.

@lepe
Copy link
Author

lepe commented Dec 6, 2021

Any insight on this? is it possible to include it in v.3.0 ?

lepe pushed a commit to Intellisrc/spark that referenced this issue Jul 27, 2022
@lepe
Copy link
Author

lepe commented Aug 11, 2022

Issue solved in the unofficial build - Release 3+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant