Hello! On Fri, Apr 17, 2015 at 10:26:14AM +0800, cruze guo wrote:
> Ok ,you are right . > in this situation, the nginx must read all client request body, BUT > the next step must be handled will > not continue. > > So , I backup the write_event_handler to the write_event_handler_back > and when nginx read all request body I restore the handler. > like this: > > write_event_handler = write_event_handler_back; > > By changing to this,the next strp can continue. It's a BUG for nginx? If you think there is a bug - please provide steps to reproduce it. For now it looks like you are trying to do something wrong in your own code. -- Maxim Dounin http://nginx.org/ _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
