On 01/08/2008 06:25 PM, Nick Kew wrote:
> On Tue, 08 Jan 2008 16:38:15 -0000
> [EMAIL PROTECTED] wrote:
> 
>> +    if ((len == 0) || (lineend[len - 1] != APR_ASCII_LF)) {
>>          return APR_EAGAIN;
>>      }
> 
> Isn't that a potential infinite loop?  The zero-length bucket
> will still be there next time round.

No. This is outside of the for loop and next time we have a new bucket brigade.

Regards

RĂ¼diger

Reply via email to