comparison src/http/modules/ngx_http_proxy_module.c @ 2067:5657037448d1

the "Expect" header support
author Igor Sysoev <igor@sysoev.ru>
date Thu, 26 Jun 2008 13:00:39 +0000
parents 2a92804f4109
children 8c6521eedf84
comparison
equal deleted inserted replaced
2066:2bb4441a8c28 2067:5657037448d1
400 400
401 static ngx_keyval_t ngx_http_proxy_headers[] = { 401 static ngx_keyval_t ngx_http_proxy_headers[] = {
402 { ngx_string("Host"), ngx_string("$proxy_host") }, 402 { ngx_string("Host"), ngx_string("$proxy_host") },
403 { ngx_string("Connection"), ngx_string("close") }, 403 { ngx_string("Connection"), ngx_string("close") },
404 { ngx_string("Keep-Alive"), ngx_string("") }, 404 { ngx_string("Keep-Alive"), ngx_string("") },
405 { ngx_string("Expect"), ngx_string("") },
405 { ngx_null_string, ngx_null_string } 406 { ngx_null_string, ngx_null_string }
406 }; 407 };
407 408
408 409
409 static ngx_str_t ngx_http_proxy_hide_headers[] = { 410 static ngx_str_t ngx_http_proxy_hide_headers[] = {