comparison src/http/ngx_http_request.h @ 1714:6b81bbc36eaf stable-0.5

r1566 merge: fix English grammar
author Igor Sysoev <igor@sysoev.ru>
date Wed, 12 Dec 2007 16:57:36 +0000
parents fbf94b8341bf
children 9706372f8916
comparison
equal deleted inserted replaced
1713:389aeafc3b84 1714:6b81bbc36eaf
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;