[INN-COMMITTERS] STABLE-2_4 inn/lib (qio.c)
Heath Kehoe
Heath_Kehoe at isc.org
Thu Jun 10 22:04:24 UTC 2004
Date: Thursday, June 10, 2004 @ 22:04:24
Author: hkehoe
Path: /var/proj/cvs/isc/inn/inn/lib
Tag: STABLE-2_4
Modified: qio.c
Make sure that buffer_size is always at least as large as QIO_BUFFERSIZE
but still a multiple of st_blksize.
Change QIO to do something more sane with lines that are too long. Rather
than returning too long of a line once and then returning a partial line
on the next try, consume all of the too-long line before returning the
first error. This way, the next call will still return the next line of
the file.
-------+
qio.c | 24 ++++++++++++++++--------
1 files changed, 16 insertions(+), 8 deletions(-)
More information about the inn-committers
mailing list