-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Document chunking related change in v1.10 #11164
Comments
@longwuyuan: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@longwuyuan: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind documentation |
@longwuyuan: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/priority backlog |
Chunked transfer behavior changed starting from controller v1.10.x
There has been a breaking change in upstream vanilla nginx http://hg.nginx.org/nginx/rev/2bf7792c262e
It has impacted the ingress-nginx controller as demonstrated in since controller 1.10.0 (chart 4.10.0): ingress rejects duplicate "Transfer-Encoding: chunked" and returns 502 #11162 because we upgraded to nginx v1.25 as part of openresty
Setting the chunking header in java code used to work before ingress-nginx v1.10 but will not work anymore . Details in that issue linked above
Tak is to read and understand since controller 1.10.0 (chart 4.10.0): ingress rejects duplicate "Transfer-Encoding: chunked" and returns 502 #11162
If required reproduce the problem and the solution
Address this change of behavior in the the documentation
Include a note in the changelog
/kind docs
/area documentation
/triage accepted
/help
cc @rikatz @tao12345666333 @cpanato @strongjz
The text was updated successfully, but these errors were encountered: