[Varnish] #1618: The "Range" header is not honored for a cache miss.
Varnish
varnish-bugs at varnish-cache.org
Mon May 4 23:15:56 CEST 2015
#1618: The "Range" header is not honored for a cache miss.
-------------------------------+---------------------
Reporter: jeffawang | Owner: martin
Type: defect | Status: closed
Priority: high | Milestone:
Component: build | Version: 4.0.2
Severity: normal | Resolution: fixed
Keywords: range header miss |
-------------------------------+---------------------
Changes (by Poul-Henning Kamp <phk@…>):
* status: new => closed
* resolution: => fixed
Comment:
In [97434c7cef70d99533f1fb7f78419dd5c9d36d23]:
{{{
#!CommitTicketReference repository=""
revision="97434c7cef70d99533f1fb7f78419dd5c9d36d23"
Handle Range requests on streaming objects better.
If the client sends [LO]-HI range, we trust it knows something we don't
(yet),
and do the Range request. If we later ran out of data, we close the
session.
Other range requests on streaming objects are ignored.
Fixes: #1506
Fixes: #1618
}}}
--
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1618#comment:4>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator
More information about the varnish-bugs
mailing list