aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/proxy/ngx_http_proxy_handler.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-10-23 06:13:16 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-10-23 06:13:16 +0000
commitf107910a9ef3b7de8752fc4e9e34cb69c1924a09 (patch)
tree35335e8d2e15d30819f6818ebc1871ee5a74b568 /src/http/modules/proxy/ngx_http_proxy_handler.c
parentdc9dd434aa1cfd24a98265742ff0ed4aeefc1f05 (diff)
downloadnginx-f107910a9ef3b7de8752fc4e9e34cb69c1924a09.tar.gz
nginx-f107910a9ef3b7de8752fc4e9e34cb69c1924a09.zip
nginx-0.0.1-2003-10-23-10:13:16 import
Diffstat (limited to 'src/http/modules/proxy/ngx_http_proxy_handler.c')
-rw-r--r--src/http/modules/proxy/ngx_http_proxy_handler.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.c b/src/http/modules/proxy/ngx_http_proxy_handler.c
index dda8e9b2c..888c912f8 100644
--- a/src/http/modules/proxy/ngx_http_proxy_handler.c
+++ b/src/http/modules/proxy/ngx_http_proxy_handler.c
@@ -1200,7 +1200,6 @@ static size_t ngx_http_proxy_log_error(void *data, char *buf, size_t len)
static void *ngx_http_proxy_create_loc_conf(ngx_conf_t *cf)
{
- int i;
ngx_http_proxy_loc_conf_t *conf;
ngx_test_null(conf,