Skip to content
Snippets Groups Projects
  1. Feb 19, 2007
  2. Feb 17, 2007
  3. Feb 16, 2007
  4. Feb 14, 2007
  5. Feb 02, 2007
  6. Jan 23, 2007
  7. Jan 15, 2007
  8. Jan 04, 2007
  9. Nov 25, 2006
    • Daniel Stenberg's avatar
      Venkat Akella found out that libcurl did not like HTTP responses that simply · da58d03f
      Daniel Stenberg authored
      responded with a single status line and no headers nor body. Starting now, a
      HTTP response on a persistent connection (i.e not set to be closed after the
      response has been taken care of) must have Content-Length or chunked
      encoding set, or libcurl will simply assume that there is no body.
      
      To my horror I learned that we had no less than 57(!) test cases that did bad
      HTTP responses like this, and even the test http server (sws) responded badly
      when queried by the test system if it is the test system. So although the
      actual fix for the problem was tiny, going through all the newly failing test
      cases got really painful and boring.
      da58d03f
  10. Nov 13, 2006
  11. Oct 27, 2006
  12. Oct 23, 2006
  13. Oct 18, 2006
  14. Oct 11, 2006
  15. Sep 13, 2006
  16. Sep 12, 2006
  17. Sep 08, 2006
  18. Aug 14, 2006
  19. Aug 07, 2006
  20. Jul 29, 2006
  21. Jul 28, 2006
  22. Jul 19, 2006
  23. Jul 17, 2006
  24. Jul 14, 2006
  25. Jul 13, 2006
  26. Jul 12, 2006
Loading