NGX_AGAIN and POST data
Valery Kholodkov
valery+nginxen at grid.net.ru
Mon Oct 6 19:59:04 MSD 2008
> I see the message in the log, so I know I returned from here with
> NGX_AGAIN, but the request_body_handler never gets invoked. Is there
> some state I should be setting on the ngx_http_request_t before
> returning control?
post_handler is the state. It is being written into request. But you
should return NGX_DONE as I wrote before.
--
Best regards,
Valery Kholodkov
More information about the nginx
mailing list