-
Notifications
You must be signed in to change notification settings - Fork 75
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
Requests that include an accept gzip header break #196
Comments
@rcrichton @devcritter I don't think the gzip issue hasn't been resolved in a module update. When testing on my local instance i was able to send a basic curl command, adding (-H "Accept-Encoding: gzip,deflate") which went through fine. The transaction gets created and i can see the Accept-Encoding: gzip in the transaction header. However when i tested this on the preprod server the transactions is stuck in processing. I used the curl command with the certificate details which works fine without the Accept-Encoding header, but when i add it in it stays in processing. (Prob due to the error described above). I am not sure if this is a issue only on pre-prod or a certificates issue? |
Maybe the module on preproduction need to be updated? |
@BMartinos what do you think we should do here? Was their anything useful in the server logs that point to an exception occurring? Is it the same exception that Hannes noticed? |
To recreate the issue, try setting up a channel that routes to a server that supports gzip responses, e.g. try setting up a passthrough to something like apache. The issue occurred when I was routing requests to such a service and they were responding with compressed data. |
Closed in #261 |
If a request includes the header
Accept-Encoding: gzip
the following error occurs:The text was updated successfully, but these errors were encountered: