]> 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)
commit16d27f0da6b46c025f181fd68066433650f23ef0
tree26c0115a77248fa9e7e49df2fbdd61683fe10b91
parent9904e8589a1e0d2ea5a18c672039da993108d243
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