]> granicus.if.org Git - apache/commit
Remvoe AP_END_OF_BRIGADE. This definition didn't really mean anything,
authorRyan Bloom <rbb@apache.org>
Tue, 7 Nov 2000 00:33:48 +0000 (00:33 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 7 Nov 2000 00:33:48 +0000 (00:33 +0000)
commit1fd1b8ef06ec53d35b2051112fc7a994b6dba6ff
tree41957667a4b85e7abf1befb814e736a84dc21ae1
parent23f55ae6e4df29a70d3f0bfa665d03fe61eb61b2
Remvoe AP_END_OF_BRIGADE.  This definition didn't really mean anything,
because it didn't signify the end of the brigade, and it didn't signify
the end of a response.  It ended up meaning flush the data, which can be
detemined with bucket type checks.  This also makes the FLUSH and EOS
buckets have a 0 length, which makes a lot of code cleaner, because now we
can just add lengths and be sure they are all >=0.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86851 13f79535-47bb-0310-9956-ffa450edef68
modules/experimental/mod_charset_lite.c