• Daniel Stenberg's avatar
    - Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (with · a676c185
    Daniel Stenberg authored
      CURLOPT_COOKIEFILE), add a cookie (with CURLOPT_COOKIELIST), tell it to
      write the result to a given cookie jar and then never actually call
      curl_easy_perform() - the given file(s) to read was never read but the
      output file was written and thus it caused a "funny" result.
    
    - While doing some tests for the bug above, I noticed that Firefox generates
      large numbers (for the expire time) in the cookies.txt file and libcurl
      didn't treat them properly. Now it does.
    a676c185