Re: waiting for full request

2022-09-08 Thread Maxim Dounin
Hello! On Wed, Sep 07, 2022 at 09:01:05AM -0400, mirokub wrote: > 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

waiting for full request

2022-09-07 Thread mirokub
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. Thanks, Miro Posted at N