1. 03 Jun, 2016 1 commit
  2. 02 Jun, 2016 1 commit
  3. 01 Jun, 2016 3 commits
  4. 31 May, 2016 5 commits
  5. 30 May, 2016 11 commits
  6. 29 May, 2016 1 commit
  7. 27 May, 2016 3 commits
  8. 26 May, 2016 9 commits
  9. 25 May, 2016 4 commits
  10. 24 May, 2016 1 commit
  11. 23 May, 2016 1 commit
    • Brandon Black's avatar
      Correctly handle HTTP/1.1 EOF response · 7e90a2b4
      Brandon Black authored
      Commit e142a199 for Issue #1918 fixed up the case where the
      server sends an HTTP/1.1 response with no Content-Length, no
      Transfer-Encoding, but with Connection:close.
      
      This fixes the very similar case where all the conditions are the
      same except that there's also no Connection: close header, but the
      content is still implicitly delimited by the server closing the
      connection.
      
      This behavior has been observed from multiple versions of Apache
      with WSGI applications behind it, resulting in broken
      Content-Length:0 responses from Varnish.
      
      Ref: varnishcache/varnish-cache#1954
      7e90a2b4