]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Simplify the exit paths of ap_rgetline by creating a second brigade for
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 30 Jan 2002 02:06:09 +0000 (02:06 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 30 Jan 2002 02:06:09 +0000 (02:06 +0000)
commitbaab885f36883fa23d9a01219b3c4d271b15851c
tree875afabd4e8ce21a05e9eb91b6cf8dfa5e5ef795
parent9ce109bfb646f3486d9592fe6ae1ae61aff86013
Simplify the exit paths of ap_rgetline by creating a second brigade for
use when we do AP_MODE_SPECULATIVE.  This allows us to delete the
brigades earlier.

(In practice, it really doesn't matter if we delete the brigade or not
since it will be destroyed when it's pool is destroyed, but we'll try
to be nice.)

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