]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
The byte-ranges filter. This looks like it should work, but the
authorRyan Bloom <rbb@apache.org>
Wed, 8 Nov 2000 06:24:47 +0000 (06:24 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 8 Nov 2000 06:24:47 +0000 (06:24 +0000)
commit6b5d37725a2fe5f7eeb0cf883ddce260f56dc4db
tree26c0115a77248fa9e7e49df2fbdd61683fe10b91
parent642253b406b2ff7d8effe4d14b8ebedc6ed58320
The byte-ranges filter.  This looks like it should work, but the
Acrobat plug-in doesn't like it for some reason.  This does work better
than what we currently have, because at least it returns all of the
requested data.  This basically removes all BUFFs from the byte-range
code and removes all of the byte-range code from the default-handler.

Byte-ranges are now handled by a filter, which makes sense, and it allows
us to handle byte-ranges for all requests, not just files.

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