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:
Maxim Dounin 2012-08-06 17:36:30 +00:00
parent 52df349abc
commit f20d1bae3f
1 changed files with 1 additions and 1 deletions

View File

@ -1823,7 +1823,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: