]> git.kaiwu.me - nginx.git/commit
Upstream: fixed changing method on X-Accel-Redirect.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 11 Jan 2016 16:08:12 +0000 (19:08 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 11 Jan 2016 16:08:12 +0000 (19:08 +0300)
commitaf647a3da2eb9ff558655424868f82f259de94f1
tree8ab8956693312389192daf2512637aa933585d5a
parent65af9b8be2c865b157ca02f08131d79e422fef68
Upstream: fixed changing method on X-Accel-Redirect.

Previously, only r->method was changed, resulting in handling of a request
as GET within nginx itself, but not in requests to proxied servers.

See http://mailman.nginx.org/pipermail/nginx/2015-December/049518.html.
src/http/ngx_http_upstream.c