diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-10-30 23:00:40 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-10-30 23:00:40 +0000 |
commit | 59b05ac383f45ac3fe2e9fba899b440def9da2bd (patch) | |
tree | fcfb95fbe79dbfee28382f65147e6108350773c2 /CHANGES | |
parent | 9b15f1be2649da787d9ebdf4a65a973523acbbbe (diff) |
Fixed an OOM problem with file: URLs
Moved Curl_file_connect into the protocol handler struct.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Dan F (30 October 2007) +- Fixed an OOM problem with file: URLs + +- Moved Curl_file_connect into the protocol handler struct + Dan F (29 October 2007) - Added test case 546 to check that subsequent FTP transfers work after a failed one using the multi interface |