-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
kind/bug/confirmeda confirmed bug (reproducible).a confirmed bug (reproducible).status/5-frozen-due-to-age
Milestone
Description
I have a backend application that supports optional response compression (see here for details).
Since 1.0 RC3, the response is compressed even if not requested. E.g. I hit http://myserver/path/to/service/version with my browser: it is supposed to return some JSON, but the browser actually prompts me to download a version.gzfile, which itself contains a version file with the actual JSON. This was not the case with previous versions (inculding RC2), i.e. I would see the actual JSON in the browser window.
It looks like (just guesses, I did not do much investigation) that Traefik now requests the response to be compressed from the backend but does not uncompress it before sending it to the original client...!?
Metadata
Metadata
Assignees
Labels
kind/bug/confirmeda confirmed bug (reproducible).a confirmed bug (reproducible).status/5-frozen-due-to-age