diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2013-03-29 17:34:45 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2013-03-29 17:34:45 +0000 |
| commit | 53516741fc0d0e88cfbdbb132771069917ad093d (patch) | |
| tree | 10b71bf6f3c6838fc4e7afa3213db007a2445450 /src/core/nginx.c | |
| parent | 2191f68d43a872967d6ab33fe1cc368590355982 (diff) | |
| download | nginx-53516741fc0d0e88cfbdbb132771069917ad093d.tar.gz nginx-53516741fc0d0e88cfbdbb132771069917ad093d.tar.bz2 | |
Merge of r5113, r5114: upstream: resolve errors handling.
Upstream: call ngx_http_run_posted_requests() on resolve errors.
If proxy_pass to a host with dynamic resolution was used to handle
a subrequest, and host resolution failed, the main request wasn't run
till something else happened on the connection. E.g. request to "/zzz"
with the following configuration hanged:
addition_types *;
resolver 8.8.8.8;
location /test {
set $ihost xxx;
proxy_pass http://$ihost;
}
location /zzz {
add_after_body /test;
return 200 "test";
}
Report and original version of the patch by Lanshun Zhou,
http://mailman.nginx.org/pipermail/nginx-devel/2013-March/003476.html.
Diffstat (limited to 'src/core/nginx.c')
0 files changed, 0 insertions, 0 deletions
