]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Always clear the C-L if we are going to try to parse the file. It is
authorRyan Bloom <rbb@apache.org>
Thu, 8 Mar 2001 20:03:37 +0000 (20:03 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 8 Mar 2001 20:03:37 +0000 (20:03 +0000)
commit956be633e32763f6ae9f7ae2d1af14dfd96bebf7
tree89e637a7832bbe22cb5e9fa1cd2e1f5a904d0b6a
parent49c5ce3590a49e13416bd6a0ea29894d41ba0542
Always clear the C-L if we are going to try to parse the file.  It is
impossible for us to determine if there is going to be an SSI tag in the
file until we have actually scanned it all.  By that time, it is likely
that the first chunk of data, and the headers have been sent to the client,
and it is too late to clear the C-L.  If we are parsing the file, we have
to just assume we are going to change the content.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88477 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/filters/mod_include.c