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

Traefik setting Accept-Encoding: gzip on requests (Traefik may also be broken with chunked responses) #421

Closed
severnt opened this issue May 30, 2016 · 2 comments · Fixed by #476
Assignees
Labels
Milestone

Comments

@severnt
Copy link

severnt commented May 30, 2016

Setup:

  • traefik beta794 prebuilt amd64
  • nginx HTTP backend configured with file

For some reason, it looks like traefik is adding Accept-Encoding: gzip to the requests, which causes nginx to send back a chunked gzip response, which results in a 0 length 0 content-length response to the client. If I disable gzip on nginx, everything seems to work fine.

I've verified with packet caps that my client isn't setting the Accept-Encoding header, and that nginx is responding properly to the request.

@emilevauge emilevauge added the bug label May 30, 2016
@emilevauge
Copy link
Member

Maybe due to containous/oxy@1832129. I need to investigate on this.

@emilevauge emilevauge added this to the 1.0 milestone May 30, 2016
@emilevauge emilevauge self-assigned this Jun 1, 2016
@emilevauge
Copy link
Member

I suspect that this is due to a regression that occurred in v1.0.0-beta.754 #398.
Could you test using v1.0.0-beta.744 instead? I cannot reproduce this issue on my laptop.

@ldez ldez added the kind/bug/confirmed a confirmed bug (reproducible). label Apr 29, 2017
@traefik traefik locked and limited conversation to collaborators Sep 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants