comparison src/http/modules/ngx_http_proxy_module.c @ 2256:8c17cfe63d2c

underscores_in_headers
author Igor Sysoev <igor@sysoev.ru>
date Wed, 24 Sep 2008 14:02:50 +0000
parents f62751dab60d
children 33556140681a
comparison
equal deleted inserted replaced
2255:fb7995c7bdd9 2256:8c17cfe63d2c
1212 1212
1213 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); 1213 umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module);
1214 1214
1215 for ( ;; ) { 1215 for ( ;; ) {
1216 1216
1217 rc = ngx_http_parse_header_line(r, &r->upstream->buffer); 1217 rc = ngx_http_parse_header_line(r, &r->upstream->buffer, 1);
1218 1218
1219 if (rc == NGX_OK) { 1219 if (rc == NGX_OK) {
1220 1220
1221 /* a header line has been parsed successfully */ 1221 /* a header line has been parsed successfully */
1222 1222