Hello,
Is there a way to configure NGINX to send response (200 OK) only after full body of request is delivered?
Currently the response is sent early before the request body is fully sent.
More details of my test-case: The request is about 600kB long and it's POST method.