]> granicus.if.org Git - apache/commit
return the actual number of bytes read when we're in "read a line" mode and it
authorGreg Ames <gregames@apache.org>
Wed, 31 Oct 2001 20:18:56 +0000 (20:18 +0000)
committerGreg Ames <gregames@apache.org>
Wed, 31 Oct 2001 20:18:56 +0000 (20:18 +0000)
commitd376d32843f9fce99c2c835aa62e60043594ece8
tree279dd396619055b66c15bcab5d8643b262b7071d
parent11742b3fe3d2ca8e70031e92440c2ec3908144dc
return the actual number of bytes read when we're in "read a line" mode and it
looks like the line may never end.

This lets ap_getline determine whether there's excessive bytes or not,
depending on the size of its caller's buffers.  If the buffer can accomodate
more bytes, ap_getline will continue to read.

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