summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_proxy_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-11-27 14:22:34 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-11-27 14:22:34 +0000
commite51f06eb0146192197d15ed5df23bb6cbfbdac29 (patch)
treee2d64a053fb36f433d98836946f2cf6a9fe24d62 /src/http/modules/ngx_http_proxy_module.c
parentacd2f06a35612343ffb305d7054ae57cdf4ad673 (diff)
downloadnginx-e51f06eb0146192197d15ed5df23bb6cbfbdac29.tar.gz
nginx-e51f06eb0146192197d15ed5df23bb6cbfbdac29.tar.bz2
r2068 merge:
the "Expect" header support
Diffstat (limited to 'src/http/modules/ngx_http_proxy_module.c')
-rw-r--r--src/http/modules/ngx_http_proxy_module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/modules/ngx_http_proxy_module.c b/src/http/modules/ngx_http_proxy_module.c
index 1d8264801..f5c6ceeaf 100644
--- 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_headers[] = {
{ 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 }
};