]> granicus.if.org Git - apache/commit
change ap_getline to return the size of the buffer when there's no apparent end
authorGreg Ames <gregames@apache.org>
Wed, 31 Oct 2001 21:14:23 +0000 (21:14 +0000)
committerGreg Ames <gregames@apache.org>
Wed, 31 Oct 2001 21:14:23 +0000 (21:14 +0000)
commite864d370bf9b6fb962bbb65c4620e6ccedddabff
tree175ed550000a4d643a221bc4dfc73324ae7c1985
parentd376d32843f9fce99c2c835aa62e60043594ece8
change ap_getline to return the size of the buffer when there's no apparent end
to an input line.  This is more like the 1.3 behavior which should help the
callers recognize this condition.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91714 13f79535-47bb-0310-9956-ffa450edef68
server/protocol.c