mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 21:52:41 +08:00
ngx_http_find_virtual_server() should return NGX_DECLINED if virtual server not
found.
This commit is contained in:
parent
21be49ae59
commit
9c8f3d86b4
@ -1831,7 +1831,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