comparison src/http/modules/ngx_http_proxy_module.c @ 2024:7018254cc006

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 22 May 2008 12:09:41 +0000
parents 6fd26b0e1009
children f1cff424caeb 8298d1be0b44
comparison
equal deleted inserted replaced
2023:7d58e319285e 2024:7018254cc006
1222 ngx_http_upstream_header_t *hh; 1222 ngx_http_upstream_header_t *hh;
1223 ngx_http_upstream_main_conf_t *umcf; 1223 ngx_http_upstream_main_conf_t *umcf;
1224 1224
1225 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); 1225 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module);
1226 1226
1227 for ( ;; ) { 1227 for ( ;; ) {
1228 1228
1229 rc = ngx_http_parse_header_line(r, &r->upstream->buffer); 1229 rc = ngx_http_parse_header_line(r, &r->upstream->buffer);
1230 1230
1231 if (rc == NGX_OK) { 1231 if (rc == NGX_OK) {
1232 1232