[Varnish] #1810: HTTP/1.0 EOF from backend broken

Varnish varnish-bugs at varnish-cache.org
Sun Oct 25 12:35:14 CET 2015


#1810: HTTP/1.0 EOF from backend broken
----------------------+--------------------
 Reporter:  phk       |       Owner:  phk
     Type:  defect    |      Status:  new
 Priority:  normal    |   Milestone:
Component:  varnishd  |     Version:  trunk
 Severity:  normal    |  Resolution:
 Keywords:            |
----------------------+--------------------

Comment (by phk):

 For all but pipe requests, the following workaround can be used, unless
 the backend is known to not support HTTP/1.1:

 {{{
     sub vcl_backend_request {
         set bereq.proto = "HTTP/1.1";
     }
 }}}

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



More information about the varnish-bugs mailing list