comparison src/http/modules/ngx_http_proxy_module.c @ 2091:9f15e5f8ff9e stable-0.6

r2007, r2025, r2042 merge: style fixes
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jul 2008 10:18:41 +0000
parents 6fd26b0e1009
children f1cff424caeb 8298d1be0b44
comparison
equal deleted inserted replaced
2090:72b09c4dd8f7 2091:9f15e5f8ff9e
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