mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 12:22: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
|
||||
|
||||
return NGX_OK;
|
||||
return NGX_DECLINED;
|
||||
|
||||
found:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user