comparison src/http/ngx_http_request.h @ 1565:4c43e25d11ea

fix English grammar
author Igor Sysoev <igor@sysoev.ru>
date Sun, 14 Oct 2007 18:56:15 +0000
parents cb8b30ef3e7e
children 9706372f8916
comparison
equal deleted inserted replaced
1564:6725c3f56216 1565:4c43e25d11ea
447 * we use the single bit in the request structure 447 * we use the single bit in the request structure
448 */ 448 */
449 unsigned limit_zone_set:1; 449 unsigned limit_zone_set:1;
450 450
451 #if 0 451 #if 0
452 unsigned cachable:1; 452 unsigned cacheable:1;
453 #endif 453 #endif
454 454
455 unsigned pipeline:1; 455 unsigned pipeline:1;
456 unsigned plain_http:1; 456 unsigned plain_http:1;
457 unsigned chunked:1; 457 unsigned chunked:1;