NGX_AGAIN and POST data
Valery Kholodkov
valery+nginxen at grid.net.ru
Thu Oct 9 19:18:57 MSD 2008
> What I want to do is "return ngx_http_output_filter(r, &out);" just
> like before, but that seems to not work, my question is should it work
> from the request_body_handler and is there any special trick to doing
> so or better yet an existing module I can look at for pointers? I
> couldn't find one, virtually everything that uses
> ngx_http_read_client_request_body is an upstream module.
I don't know whether a module doing similar thing exists, but I assume you
invoke ngx_http_send_header, interpret the result, call
ngx_http_output_filter and it should be ok.
--
Best regards,
Valery Kholodkov
More information about the nginx
mailing list