]> 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)
commitb34037db5e6508676eb72b47631175b433459480
tree0bc66d82a1030832efeb5be016213918ad0369da
parent14482de49506bb5ed5d9686950535745456c0bbb
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