]> git.kaiwu.me - nginx.git/commit
Proxy: simplified conditions of using unparsed uri.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 20 Nov 2017 10:47:17 +0000 (13:47 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 20 Nov 2017 10:47:17 +0000 (13:47 +0300)
commitde11c2ad09286fe728b357a41543f3ba219f8986
treeefd76d47d6d86d4645133eef25979220f1debadd
parent7b3f187bc6700a85b9cde04c063de59f4690b10c
Proxy: simplified conditions of using unparsed uri.

Previously, the unparsed uri was explicitly allowed to be used only by the main
request.  However the valid_unparsed_uri flag is nonzero only in the main
request, which makes the main request check pointless.
src/http/modules/ngx_http_proxy_module.c