]> git.kaiwu.me - nginx.git/commit
Proxy: $proxy_internal_body_length fixed.
authorMaxim Dounin <mdounin@mdounin.ru>
Sat, 11 May 2013 17:12:24 +0000 (21:12 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Sat, 11 May 2013 17:12:24 +0000 (21:12 +0400)
commita38455a7f3924bb1b422dd012e4e7c6243e15e39
treef75e56729024bd218bf78f54165939281db5d42b
parent9564f6513b9b4a8203438f4fec8de0aa2b524272
Proxy: $proxy_internal_body_length fixed.

The $proxy_internal_body_length value might change during request lifetime,
notably if proxy_set_body used, and use of a cached value might result in
incorrect upstream requests.

Patch by Lanshun Zhou.
src/http/modules/ngx_http_proxy_module.c