12 messages in ru.sysoev.nginxRe: NGX_AGAIN and POST data
FromSent OnAttachments
Brian BrunsOct 5, 2008 6:58 pm 
Valery KholodkovOct 6, 2008 4:29 am 
Brian BrunsOct 6, 2008 5:35 am 
Valery KholodkovOct 6, 2008 6:53 am 
Brian BrunsOct 6, 2008 8:05 am 
Valery KholodkovOct 6, 2008 8:58 am 
Brian BrunsOct 7, 2008 10:16 am 
Valery KholodkovOct 8, 2008 1:09 am 
Brian BrunsOct 9, 2008 7:14 am 
Valery KholodkovOct 9, 2008 8:18 am 
Brian BrunsOct 14, 2008 8:08 pm 
Brian BrunsOct 14, 2008 8:42 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: NGX_AGAIN and POST dataActions...
From:Valery Kholodkov (vale@grid.net.ru)
Date:Oct 8, 2008 1:09:13 am
List:ru.sysoev.nginx

Most examples of using ngx_http_read_client_request_body seem to be upstream modules which really doesn't apply to my situation. The DAV module does this at the end of the post_handler (ngx_http_dav_put_handler):

ngx_http_finalize_request(r, ngx_http_send_header(r)); return;

What is the correct thing to do at the end of the handler? I've tried both methods and neither seems to have any positive results.

What result do you actually want to accomplish?