comparison src/http/modules/ngx_http_gzip_filter_module.c @ 513:fbbf16224844 release-0.1.31

nginx-0.1.31-RELEASE import *) Bugfix: the response encrypted by SSL may not transferred complete. *) Bugfix: errors while processing FastCGI response by SSI. *) Bugfix: errors while using SSI and gzipping. *) Bugfix: the redirect with the 301 code was transferred without response body; the bug had appeared in 0.1.30.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 16 May 2005 13:53:20 +0000
parents 9b8c906f6e63
children 7fa11e5c6e96
comparison
equal deleted inserted replaced
512:3be320f17dbb 513:fbbf16224844
365 if (r->headers_out.content_length) { 365 if (r->headers_out.content_length) {
366 r->headers_out.content_length->hash = 0; 366 r->headers_out.content_length->hash = 0;
367 r->headers_out.content_length = NULL; 367 r->headers_out.content_length = NULL;
368 } 368 }
369 369
370 r->filter_need_in_memory = 1; 370 r->main_filter_need_in_memory = 1;
371 371
372 return ngx_http_next_header_filter(r); 372 return ngx_http_next_header_filter(r);
373 } 373 }
374 374
375 375