diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-10-23 06:13:16 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-10-23 06:13:16 +0000 |
commit | f107910a9ef3b7de8752fc4e9e34cb69c1924a09 (patch) | |
tree | 35335e8d2e15d30819f6818ebc1871ee5a74b568 /src/http/modules/proxy/ngx_http_proxy_handler.c | |
parent | dc9dd434aa1cfd24a98265742ff0ed4aeefc1f05 (diff) | |
download | nginx-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.c | 1 |
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, |