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

Varnish varnish-bugs at varnish-cache.org
Sun Oct 25 12:31:47 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    |   Keywords:
----------------------+-------------------
 {{{
 varnishtest "POST HTTP/1.0 response"

 server s1 {
         non-fatal
         rxreq
         txresp -nolen -hdr "Connection: close"
         send "Hello World\n"
         delay .4
 } -start

 varnish v1 -vcl+backend { } -start

 client c1 {
         txreq -req POST -proto HTTP/1.0 -hdr "Content-Length: 0"
         rxresp
         expect resp.bodylen == 12
 } -run
 }}}

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



More information about the varnish-bugs mailing list