comparison src/http/ngx_http_request.c @ 4770:4e842583c890

ngx_http_find_virtual_server() should return NGX_DECLINED if virtual server not found.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 30 Jul 2012 11:42:03 +0000
parents 5b93a9ac60ed
children e406c997470a
comparison
equal deleted inserted replaced
4769:f88555d76886 4770:4e842583c890
1829 } 1829 }
1830 } 1830 }
1831 1831
1832 #endif 1832 #endif
1833 1833
1834 return NGX_OK; 1834 return NGX_DECLINED;
1835 1835
1836 found: 1836 found:
1837 1837
1838 r->srv_conf = cscf->ctx->srv_conf; 1838 r->srv_conf = cscf->ctx->srv_conf;
1839 r->loc_conf = cscf->ctx->loc_conf; 1839 r->loc_conf = cscf->ctx->loc_conf;