ngx_http_find_virtual_server() should return NGX_DECLINED if virtual server not

found.
This commit is contained in:
Valentin Bartenev 2012-07-30 11:42:03 +00:00
parent 21be49ae59
commit 9c8f3d86b4

View File

@ -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: