aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_proxy_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-05-22 12:09:41 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-05-22 12:09:41 +0000
commit3b30476068751fa7814b10302a63b7f3227c7450 (patch)
tree7ca108bd55a7e08775f74acf2e5627fbea5ebd3f /src/http/modules/ngx_http_proxy_module.c
parent61e991c70a2a491fdb1ee1622df9ae72756b9008 (diff)
downloadnginx-3b30476068751fa7814b10302a63b7f3227c7450.tar.gz
nginx-3b30476068751fa7814b10302a63b7f3227c7450.zip
style fix
Diffstat (limited to 'src/http/modules/ngx_http_proxy_module.c')
-rw-r--r--src/http/modules/ngx_http_proxy_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_proxy_module.c b/src/http/modules/ngx_http_proxy_module.c
index c559d3165..1d8264801 100644
--- a/src/http/modules/ngx_http_proxy_module.c
+++ b/src/http/modules/ngx_http_proxy_module.c
@@ -1224,7 +1224,7 @@ ngx_http_proxy_process_header(ngx_http_request_t *r)
umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module);
- for ( ;; ) {
+ for ( ;; ) {
rc = ngx_http_parse_header_line(r, &r->upstream->buffer);