Skip to main content
2 of 2
added 7 characters in body

Does httpd ProxyPass buffer http POST payload before sending it to backend server?

I'm looking to assert whether, in the case of httpd used as a reverse proxy (mod_proxy_http & ProxyPass) and with a POST request (not chunked), if httpd buffers (memory and/or disk) complete request (POST payload included) BEFORE initiating/starting to send the request to the origin/backend server.

If you don't have the answer, would you recommend an approach to verify this assumption?