commit | 1e1f4c8a04f32907c1b9e263ec45bf20bb6210bb | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Jun 26 13:00:39 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Jun 26 13:00:39 2008 +0000 |
tree | d438f11f031241622edd79953dc4dcd91ff63187 | |
parent | 24329bf299b2ce4f4d9b02306651e1d64a4c6216 [diff] [blame] |
the "Expect" header support
diff --git a/src/http/modules/ngx_http_proxy_module.c b/src/http/modules/ngx_http_proxy_module.c index 278edb6..8a7f2ab 100644 --- a/src/http/modules/ngx_http_proxy_module.c +++ b/src/http/modules/ngx_http_proxy_module.c
@@ -402,6 +402,7 @@ { 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 } };