[Varnish] #1643: corrupt range response

Varnish varnish-bugs at varnish-cache.org
Mon Dec 8 15:11:23 CET 2014


#1643: corrupt range response
--------------------------------------+-----------------------
 Reporter:  Jay                       |       Owner:
     Type:  defect                    |      Status:  needinfo
 Priority:  normal                    |   Milestone:  Later
Component:  varnishd                  |     Version:  trunk
 Severity:  normal                    |  Resolution:
 Keywords:  byte-range request range  |
--------------------------------------+-----------------------

Comment (by fgsch):

 This should be only an issue on miss.
 "Range: bytes=0-" is a bit silly.  You could try disable streaming in this
 case:

 {{{
 if (bereq.http.range ~ "bytes=0-$") {
    set beresp.do_stream = false;
 }
 }}}

 I still would like to see a varnishlog capture if possible for both client
 and backend.

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1643#comment:4>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator



More information about the varnish-bugs mailing list