]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Don't assume that the byterange filter will always be called more than
authorRyan Bloom <rbb@apache.org>
Sun, 25 Feb 2001 16:57:08 +0000 (16:57 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 25 Feb 2001 16:57:08 +0000 (16:57 +0000)
commita9b373a45e7ba38a7d1bcf4fed750f81c0a16508
treeeec5ed72e2dbd95d459e5d6daa97c8631f4614a8
parentf9c91e51bf7b4cf48fc606bb1fc34be41deb94c7
Don't assume that the byterange filter will always be called more than
once.  It is perfectly legal to call the byterange filter one time,
with all the data.  Without this patch, that case will seg fault.
Submitted by: Ryan Morgan <rmogran@covalent.net>

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