Syntax: uwsgi_request_buffering on | off; Default: uwsgi_request_buffering on; Context: http, server, location
This directive appeared in version 1.7.11.
Enables or disables buffering of a client request body.
When buffering is enabled, the entire request body is read from the client before sending the request to a uwsgi server.
When buffering is disabled, the request body is sent to the uwsgi server immediately as it is received. In this case, the request cannot be passed to