trawick 00/08/29 10:13:50
Modified: src/include ap_buckets.h Log: Describe bucket length field for buckets with indeterminate length. Revision Changes Path 1.17 +2 -1 apache-2.0/src/include/ap_buckets.h Index: ap_buckets.h =================================================================== RCS file: /home/cvs/apache-2.0/src/include/ap_buckets.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ap_buckets.h 2000/08/24 15:04:32 1.16 +++ ap_buckets.h 2000/08/29 17:13:48 1.17 @@ -146,7 +146,8 @@ ap_bucket *prev; /** The length of the data in the bucket. This could have been implemented * with a function, but this is an optimization, because the most - * common thing to do will be to get the length. + * common thing to do will be to get the length. If the length is unknown, + * the value of this field will be -1. */ apr_off_t length;