]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove an invalid comment. (The only way that the bucket will
authorBrian Pane <brianp@apache.org>
Fri, 5 Apr 2002 06:03:30 +0000 (06:03 +0000)
committerBrian Pane <brianp@apache.org>
Fri, 5 Apr 2002 06:03:30 +0000 (06:03 +0000)
commit60bfb86cefe9cb366d3b95a70076980709e5bd3f
tree8baf65ced749f777c0fa6846c453066a8cececc7
parentf81d8b681ba70ba06075feb1cb9c920f0a68d1f8
Remove an invalid comment.  (The only way that the bucket will
contain only a single byte is if slen==1, meaning that we've
replaced <!--# with a single-character token, and that character
is the first character in the bucket.  If that happens, then
pos+slen (aka 1) is the right amount by which to increase
bytes_parsed.

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