]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Get byterange requests working with data that is generated by a handler
authorRyan Bloom <rbb@apache.org>
Sun, 17 Dec 2000 18:04:14 +0000 (18:04 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 17 Dec 2000 18:04:14 +0000 (18:04 +0000)
commit6599d10b8ab289f4bb1384f71f93fe39e3f19318
tree0bc66d82a1030832efeb5be016213918ad0369da
parent4ef6874d6203270954392fee81f057fb4f00fd6c
Get byterange requests working with data that is generated by a handler
that does not add a content-length.  For example, mod_autoindex doesn't
set a content-length, but the byterange filter requires one.  We fix this
by computing the content-length in the byterange filter.

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