Resuming http request processing
bbm
nginx-forum at nginx.us
Sat Sep 5 16:33:01 MSD 2009
Hi,
I have exactly the same problem.
I solved it temporarily by writing:
....
rc = ngx_http_next_body_filter(r, in);
ngx_http_finalize_request(r, rc);
in callback function. It seems to work fine, however I don't know whether this is recommended way to do this.
Does anybody know how processing of request should be resumed?
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,4107,5670#msg-5670
More information about the nginx
mailing list