-
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
Configurable proxy_request_buffering per location.. #1335
Conversation
@auhlig please squash the commits |
@@ -740,6 +740,7 @@ stream { | |||
proxy_buffering off; | |||
proxy_buffer_size "{{ $location.Proxy.BufferSize }}"; | |||
proxy_buffers 4 "{{ $location.Proxy.BufferSize }}"; | |||
proxy_request_buffering on "{{ $location.Proxy.RequestBuffering }}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"on" should not be here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed. Removed.
dd8fb96
to
f81d6c3
Compare
Squashed @aledbf. |
Coverage increased (+0.04%) to 43.989% when pulling f81d6c3a64947e0f423266363c447ac56e003e66 on auhlig:requestbuffering into 0a96924 on kubernetes:master. |
@auhlig where are you setting the default to on? |
…ut -> connectTimeout
f81d6c3
to
aa191c8
Compare
/lgtm |
@auhlig thanks! |
@auhlig Since this patch my ingress controller won't start:
|
@albertvaka #1363 fixes the error |
.. fix typo