comparison src/http/modules/ngx_http_proxy_module.c @ 2348:8298d1be0b44 stable-0.6

r2068 merge: the "Expect" header support
author Igor Sysoev <igor@sysoev.ru>
date Thu, 27 Nov 2008 14:22:34 +0000
parents 9f15e5f8ff9e
children e8f271979e0a
comparison
equal deleted inserted replaced
2347:dc52b3f7591e 2348:8298d1be0b44
422 422
423 static ngx_keyval_t ngx_http_proxy_headers[] = { 423 static ngx_keyval_t ngx_http_proxy_headers[] = {
424 { ngx_string("Host"), ngx_string("$proxy_host") }, 424 { ngx_string("Host"), ngx_string("$proxy_host") },
425 { ngx_string("Connection"), ngx_string("close") }, 425 { ngx_string("Connection"), ngx_string("close") },
426 { ngx_string("Keep-Alive"), ngx_string("") }, 426 { ngx_string("Keep-Alive"), ngx_string("") },
427 { ngx_string("Expect"), ngx_string("") },
427 { ngx_null_string, ngx_null_string } 428 { ngx_null_string, ngx_null_string }
428 }; 429 };
429 430
430 431
431 static ngx_str_t ngx_http_proxy_hide_headers[] = { 432 static ngx_str_t ngx_http_proxy_hide_headers[] = {