]> git.kaiwu.me - nginx.git/commit
Merge of r3964, r3977, r3978:
authorIgor Sysoev <igor@sysoev.ru>
Mon, 29 Aug 2011 12:56:09 +0000 (12:56 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 29 Aug 2011 12:56:09 +0000 (12:56 +0000)
commit8f8839f98db7c44f821e68f28614094e30fb8b22
tree0010548b3a9e43a9bfbdcee717660fd5cdfd2679
parent1c95e6c3050bf2114d72029824fdadf001cc300e
Merge of r3964, r3977, r3978:

Proxy related fixes:

*) finalizing with rc == 0 in unbuffered proxy mode caused nginx to wait
   for another send_timeout before actually closing client's connection
   if client timed out while still talking to upstream server
*) update r3945 with more descriptive error message
*) test length of proxy_pass with variables;
   patch by Lanshun Zhou
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_scgi_module.c
src/http/modules/ngx_http_uwsgi_module.c
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h