Skip to content

add option to disable request buffering. #125

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

Merged
merged 1 commit into from
Jan 10, 2022

Conversation

saces
Copy link
Contributor

@saces saces commented Jan 8, 2022

If push is allowed, buffering requests can cause issues on slow upstreams.
The put requests pile up, and since proxy_ignore_client_abort is on...
...the push fails.

If you have trouble pushing, set PROXY_REQUEST_BUFFERINGto false, then fix
remainig issues/timeouts.

Default is true to not change default behavior.

If push is allowed, buffering requests can cause issues on slow upstreams.
The put requests pile up, and since `proxy_ignore_client_abort` is on...
...the push fails.

If you have trouble pushing, set `PROXY_REQUEST_BUFFERING`to false, then fix
remainig issues/timeouts.

Default is true to not change default behavior.
@rpardini
Copy link
Owner

rpardini commented Jan 8, 2022

Nice, let's see what CI says. Thanks.

@rpardini rpardini merged commit 45ad55d into rpardini:master Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants