Skip to content
Snippets Groups Projects
  1. Dec 15, 2007
  2. Dec 14, 2007
  3. Dec 08, 2007
  4. Dec 05, 2007
  5. Dec 03, 2007
  6. Nov 26, 2007
  7. Nov 23, 2007
  8. Nov 05, 2007
  9. Nov 01, 2007
  10. Oct 29, 2007
  11. Oct 27, 2007
  12. Oct 26, 2007
  13. Oct 25, 2007
  14. Oct 24, 2007
  15. Oct 12, 2007
  16. Oct 04, 2007
  17. Oct 02, 2007
  18. Sep 30, 2007
  19. Sep 26, 2007
    • Daniel Stenberg's avatar
      Philip Langdale provided the new CURLOPT_POST301 option for · fd4cf78f
      Daniel Stenberg authored
      curl_easy_setopt() that alters how libcurl functions when following
      redirects. It makes libcurl obey the RFC2616 when a 301 response is received
      after a non-GET request is made. Default libcurl behaviour is to change
      method to GET in the subsequent request (like it does for response code 302
      - because that's what many/most browsers do), but with this CURLOPT_POST301
      option enabled it will do what the spec says and do the next request using
      the same method again. I.e keep POST after 301.
      
      The curl tool got this option as --post301
      
      Test case 1011 and 1012 were added to verify.
      fd4cf78f
    • Daniel Stenberg's avatar
      Max Katsev reported that when doing a libcurl FTP request with · a6315359
      Daniel Stenberg authored
      CURLOPT_NOBODY enabled but not CURLOPT_HEADER, libcurl wouldn't do TYPE
      before it does SIZE which makes it less useful. I walked over the code and
      made it do this properly, and added test case 542 to verify it.
      a6315359
  20. Sep 24, 2007
  21. Sep 20, 2007
  22. Sep 18, 2007
  23. Sep 17, 2007
Loading