Re: connections in CLOSE_WAIT

2019-07-24 Thread Dk Jack
I was able to resolve this by invoking finalize_request. On Wed, Jul 24, 2019 at 4:14 PM Dk Jack wrote: > Could someone comment on my question below. What does it mean when the > connections are stuck in 'Writing' state? Since the client has received the > response, why is the nginx still stuck

Re: connections in CLOSE_WAIT

2019-07-24 Thread Dk Jack
Could someone comment on my question below. What does it mean when the connections are stuck in 'Writing' state? Since the client has received the response, why is the nginx still stuck trying to write something. Any help in debugging or what to look for is greatly appreciated. Thanks. Dk. On

connections in CLOSE_WAIT

2019-07-23 Thread Dk Jack
Hi, In my module, I am capturing the request body to check if the body contains some specific content. If the body does not contain the specific content then I pass on the request without modification. Otherwise, I send a HTTP_FORBIDDEN. I am using 'ngx_http_read_client_request_body' call to