Quantcast
Channel: Nginx Forum - Nginx Mailing List - English
Viewing all articles
Browse latest Browse all 7229

Alternate POST request to nginx failing (no replies)

$
0
0
Hello

We are experiencing a strange issue with nginx. If I send multiple POST request to server one after the other, all the alternate POST request fails. I tried debugging the nginx code and found that on every POST request following functions are supposed to be called.

Caller function: ngx_epoll_process_events

handlers/functions to be called:
1> ngx_event_accept
2> ngx_http_wait_request_handler
3> ngx_http_request_handler

However when I make a post request, the first two handlers are invoked and request returns successfully. But the last handler is not invoked. On second request only "ngx_http_request_handler" is invoked and request returns without calling the "http module".

I'm yet to dig into further details of nginx code and understand it, but in case you have came through a similar scenario just please let me know of the problem and solution. That would save a lot of my time. Thank you

Regards
Himanshu

Viewing all articles
Browse latest Browse all 7229

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>