Skip to content

Conversation

@bneradt
Copy link
Contributor

@bneradt bneradt commented Nov 25, 2025

When proxy.config.http.request_buffer_enabled is set to 1 with proxy.config.http.post_copy_size set to 0, POST requests were failing. The fix disables request buffering when post_copy_size is 0, treating it as an indication to not buffer POST data.

Fixes: #6900

When proxy.config.http.request_buffer_enabled is set to 1 with
proxy.config.http.post_copy_size set to 0, POST requests were failing.
The fix disables request buffering when post_copy_size is 0, treating it
as an indication to not buffer POST data.

Fixes: apache#6900
@bneradt bneradt added this to the 10.2.0 milestone Nov 25, 2025
@bneradt bneradt self-assigned this Nov 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

request buffer with post_copy_size= 0 returns 403.

1 participant