changeset 1886:2819956d1ca0

add X-Accel-Charset to ingored header, fix X-Accel-Buffering
author Igor Sysoev <igor@sysoev.ru>
date Mon, 11 Feb 2008 14:02:28 +0000
parents e5897822515f
children abbef7b5dab8
files src/http/modules/ngx_http_fastcgi_module.c src/http/modules/ngx_http_proxy_module.c
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_fastcgi_module.c	Mon Feb 11 13:14:56 2008 +0000
+++ b/src/http/modules/ngx_http_fastcgi_module.c	Mon Feb 11 14:02:28 2008 +0000
@@ -417,7 +417,8 @@
     ngx_string("X-Accel-Expires"),
     ngx_string("X-Accel-Redirect"),
     ngx_string("X-Accel-Limit-Rate"),
-    ngx_string("X-Accel-Buffer"),
+    ngx_string("X-Accel-Buffering"),
+    ngx_string("X-Accel-Charset"),
     ngx_null_string
 };
 
--- a/src/http/modules/ngx_http_proxy_module.c	Mon Feb 11 13:14:56 2008 +0000
+++ b/src/http/modules/ngx_http_proxy_module.c	Mon Feb 11 14:02:28 2008 +0000
@@ -435,7 +435,8 @@
     ngx_string("X-Accel-Expires"),
     ngx_string("X-Accel-Redirect"),
     ngx_string("X-Accel-Limit-Rate"),
-    ngx_string("X-Accel-Buffer"),
+    ngx_string("X-Accel-Buffering"),
+    ngx_string("X-Accel-Charset"),
     ngx_null_string
 };