mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 14:56:15 +08:00
Merge of r4771: ngx_http_find_virtual_server() fix.
The ngx_http_find_virtual_server() function should return NGX_DECLINED if virtual server not found.
This commit is contained in:
parent
cfef618a6f
commit
6087743fe2
@ -1823,7 +1823,7 @@ ngx_http_find_virtual_server(ngx_http_request_t *r, u_char *host, size_t len)
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return NGX_OK;
|
return NGX_DECLINED;
|
||||||
|
|
||||||
found:
|
found:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user