diff src/http/modules/ngx_http_fastcgi_module.c @ 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 7756b1085119
children ab18958e1322
line wrap: on
line diff
--- a/src/http/modules/ngx_http_fastcgi_module.c
+++ b/src/http/modules/ngx_http_fastcgi_module.c
@@ -417,7 +417,8 @@ static ngx_str_t  ngx_http_fastcgi_hide_
     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
 };