Skip to content
Snippets Groups Projects
  1. Jan 07, 2010
  2. Dec 29, 2009
  3. Dec 12, 2009
  4. Aug 04, 2008
  5. Jul 30, 2008
  6. Oct 12, 2007
  7. Aug 27, 2007
  8. Aug 26, 2007
  9. Jan 27, 2007
  10. Jan 16, 2007
  11. Aug 18, 2006
  12. Apr 10, 2006
  13. Mar 21, 2006
  14. Jul 03, 2005
    • Daniel Stenberg's avatar
      Andrew Bushnell provided enough info for me to tell that we badly needed to · 20005a83
      Daniel Stenberg authored
      fix the CONNECT authentication code with multi-pass auth methods (such as
      NTLM) as it didn't previously properly ignore response-bodies - in fact it
      stopped reading after all response headers had been received. This could
      lead to libcurl sending the next request and reading the body from the first
      request as response to the second request. (I also renamed the function,
      which wasn't strictly necessary but...)
      
      The best fix would to once and for all make the CONNECT code use the
      ordinary request sending/receiving code, treating it as any ordinary request
      instead of the special-purpose function we have now. It should make it
      better for multi-interface too. And possibly lead to less code...
      
      Added test case 265 for this. It doesn't work as a _really_ good test case
      since the test proxy is too stupid, but the test case helps when running the
      debugger to verify.
      20005a83
  15. Feb 09, 2005
  16. Nov 24, 2004
  17. Nov 05, 2004
  18. Jun 15, 2004
  19. May 12, 2004
  20. May 04, 2004
  21. Mar 30, 2004
  22. Jan 07, 2004
  23. Sep 03, 2003
  24. Aug 11, 2003
  25. Jan 16, 2003
  26. Nov 28, 2002
  27. Sep 03, 2002
  28. Jun 11, 2002
  29. Mar 19, 2002
  30. Sep 18, 2001
  31. Mar 07, 2001
  32. Jan 25, 2001
  33. Jan 05, 2001
  34. Jan 03, 2001
  35. Sep 15, 2000
  36. Sep 14, 2000
  37. Jul 25, 2000
  38. Jun 20, 2000
  39. May 22, 2000
  40. Dec 29, 1999
Loading