comparison 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
comparison
equal deleted inserted replaced
1885:e5897822515f 1886:2819956d1ca0
415 static ngx_str_t ngx_http_fastcgi_hide_headers[] = { 415 static ngx_str_t ngx_http_fastcgi_hide_headers[] = {
416 ngx_string("Status"), 416 ngx_string("Status"),
417 ngx_string("X-Accel-Expires"), 417 ngx_string("X-Accel-Expires"),
418 ngx_string("X-Accel-Redirect"), 418 ngx_string("X-Accel-Redirect"),
419 ngx_string("X-Accel-Limit-Rate"), 419 ngx_string("X-Accel-Limit-Rate"),
420 ngx_string("X-Accel-Buffer"), 420 ngx_string("X-Accel-Buffering"),
421 ngx_string("X-Accel-Charset"),
421 ngx_null_string 422 ngx_null_string
422 }; 423 };
423 424
424 425
425 static ngx_int_t 426 static ngx_int_t