[Varnish] #1506: Make better use of Content-Length information: Avoid chunked responses, more control over Range handling
Varnish
varnish-bugs at varnish-cache.org
Mon May 4 23:15:56 CEST 2015
#1506: Make better use of Content-Length information: Avoid chunked responses,
more control over Range handling
--------------------------+----------------------------------
Reporter: DonMacAskill | Owner: phk
Type: defect | Status: closed
Priority: normal | Milestone: Varnish 4.0 release
Component: varnishd | Version: 4.0.0
Severity: critical | Resolution: fixed
Keywords: |
--------------------------+----------------------------------
Changes (by Poul-Henning Kamp <phk@…>):
* status: reopened => 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/1506#comment:16>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator
More information about the varnish-bugs
mailing list