mirror of
https://github.com/nginx/nginx.git
synced 2026-05-13 09:36:42 +00:00
ngx_http_find_virtual_server() should return NGX_DECLINED if virtual server not
found.
This commit is contained in:
parent
21be49ae59
commit
9c8f3d86b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue