comparison src/http/ngx_http_request.h @ 62:0790a8599248 NGINX_0_1_31

nginx 0.1.31 *) 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; bug appeared in 0.1.30.
author Igor Sysoev <http://sysoev.ru>
date Mon, 16 May 2005 00:00:00 +0400
parents df7d3fff122b
children b31656313b59
comparison
equal deleted inserted replaced
61:345d4a254bfb 62:0790a8599248
364 unsigned lingering_close:1; 364 unsigned lingering_close:1;
365 unsigned internal:1; 365 unsigned internal:1;
366 unsigned closed:1; 366 unsigned closed:1;
367 unsigned done:1; 367 unsigned done:1;
368 368
369 unsigned main_filter_need_in_memory:1;
369 unsigned filter_need_in_memory:1; 370 unsigned filter_need_in_memory:1;
370 unsigned filter_ssi_need_in_memory:1;
371 unsigned filter_need_temporary:1; 371 unsigned filter_need_temporary:1;
372 unsigned filter_allow_ranges:1; 372 unsigned filter_allow_ranges:1;
373 373
374 #if (NGX_STAT_STUB) 374 #if (NGX_STAT_STUB)
375 unsigned stat_reading:1; 375 unsigned stat_reading:1;