]> git.kaiwu.me - nginx.git/commit
Proxy: fixed proxy_method to always add space.
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 22 Jan 2013 12:36:00 +0000 (12:36 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 22 Jan 2013 12:36:00 +0000 (12:36 +0000)
commitaa0b86fb4dc70aca429e7f6aa8c6d18b2c5a276e
tree571c15c97d16f1f6c5bc1b328e98f8c4ceeae74d
parentf29eb0798b8699f453a7cb4fa7bbc745f00e7eff
Proxy: fixed proxy_method to always add space.

Before the patch if proxy_method was specified at http{} level the code
to add trailing space wasn't executed, resulting in incorrect requests
to upstream.
src/http/modules/ngx_http_proxy_module.c