[INN-COMMITTERS] inn (lib/qio.c tests/lib/qio-t.c)
Russ Allbery
Russ_Allbery at isc.org
Mon Jan 12 08:55:30 UTC 2004
Date: Monday, January 12, 2004 @ 08:55:30
Author: rra
Path: /proj/cvs/isc/inn/inn
Modified: lib/qio.c tests/lib/qio-t.c
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.
-------------------+
lib/qio.c | 19 ++++++++++++-------
tests/lib/qio-t.c | 33 +++++++++++++++++++++------------
2 files changed, 33 insertions(+), 19 deletions(-)
More information about the inn-committers
mailing list