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.
if (len == 0) { remove(b); try p->prev; }
--
Nick Kew
Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/
