]> 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)
commita6e4bc790c0fbef5d4377c5ea29d8d25d3a0b3b0
tree8baf65ced749f777c0fa6846c453066a8cececc7
parent357fb7f92c7f749473159fc8661058e1d7588df1
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