diff 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
line wrap: on
line diff
--- a/src/http/modules/ngx_http_proxy_module.c
+++ b/src/http/modules/ngx_http_proxy_module.c
@@ -424,6 +424,7 @@ static ngx_keyval_t  ngx_http_proxy_head
     { ngx_string("Host"), ngx_string("$proxy_host") },
     { ngx_string("Connection"), ngx_string("close") },
     { ngx_string("Keep-Alive"), ngx_string("") },
+    { ngx_string("Expect"), ngx_string("") },
     { ngx_null_string, ngx_null_string }
 };