diff 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
line wrap: on
line diff
--- a/src/http/modules/ngx_http_proxy_module.c
+++ b/src/http/modules/ngx_http_proxy_module.c
@@ -402,6 +402,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 }
 };