comparison src/http/modules/proxy/ngx_http_proxy_handler.c @ 156:afc333135a6b

nginx-0.0.1-2003-10-23-10:13:16 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 23 Oct 2003 06:13:16 +0000
parents 46eb23d9471d
children d377ee423603
comparison
equal deleted inserted replaced
155:46eb23d9471d 156:afc333135a6b
1198 } 1198 }
1199 1199
1200 1200
1201 static void *ngx_http_proxy_create_loc_conf(ngx_conf_t *cf) 1201 static void *ngx_http_proxy_create_loc_conf(ngx_conf_t *cf)
1202 { 1202 {
1203 int i;
1204 ngx_http_proxy_loc_conf_t *conf; 1203 ngx_http_proxy_loc_conf_t *conf;
1205 1204
1206 ngx_test_null(conf, 1205 ngx_test_null(conf,
1207 ngx_pcalloc(cf->pool, sizeof(ngx_http_proxy_loc_conf_t)), 1206 ngx_pcalloc(cf->pool, sizeof(ngx_http_proxy_loc_conf_t)),
1208 NGX_CONF_ERROR); 1207 NGX_CONF_ERROR);