-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Set gzip header - but don't Gzip data #459
Comments
I've met the same problem. I've asked on stackoverflow but there are no answers. |
I was trying to make pull request but I'm not completely sure how it should look like from architecture point of view. I thought in two ways:
|
lepe
pushed a commit
to Intellisrc/spark
that referenced
this issue
Jul 27, 2022
…length issue with Gzip content
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to pre-gzip my content myself - but still set the content-encoding header to gzip. Currently if I do so spark will re-gzip the data.
Is it possible to set the content-encoding header to gzip - without Spark gzip compressing the response itself.
Best wishes,
Anthony
The text was updated successfully, but these errors were encountered: