Skip to content
Snippets Groups Projects
  1. Feb 19, 2007
  2. Feb 16, 2007
  3. Feb 14, 2007
  4. 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
  5. Nov 13, 2006
  6. Oct 23, 2006
  7. Oct 11, 2006
  8. Sep 12, 2006
  9. Sep 08, 2006
  10. Aug 14, 2006
  11. Jul 19, 2006
  12. Jul 17, 2006
  13. Jul 12, 2006
  14. May 10, 2006
  15. Apr 10, 2006
  16. Feb 25, 2006
  17. Feb 18, 2006
  18. Jan 09, 2006
  19. Jan 03, 2006
  20. Jan 02, 2006
  21. Sep 15, 2005
  22. Sep 07, 2005
  23. Aug 18, 2005
  24. May 19, 2005
  25. May 18, 2005
  26. May 17, 2005
  27. May 01, 2005
  28. Apr 30, 2005
  29. Apr 27, 2005
  30. Mar 31, 2005
  31. Mar 28, 2005
  32. Dec 14, 2004
  33. Dec 13, 2004
Loading