]> git.kaiwu.me - nginx.git/commit
Upstream: upstream argument in ngx_http_upstream_process_request().
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 2 Mar 2015 18:44:42 +0000 (21:44 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 2 Mar 2015 18:44:42 +0000 (21:44 +0300)
commit14a93c5a150500928d707f7ba3ded1ae1427dab6
tree93f546be6fb13075b4f3d0f388f59ece6cf9451c
parent2b032e8df6f6a97454d4c4fc73ea9c5e86fca97c
Upstream: upstream argument in ngx_http_upstream_process_request().

In case of filter finalization, r->upstream might be changed during
the ngx_event_pipe() call.  Added an argument to preserve it while
calling the ngx_http_upstream_process_request() function.
src/http/ngx_http_upstream.c