Fixed an OOM problem with file: URLs

Moved Curl_file_connect into the protocol handler struct.
This commit is contained in:
Dan Fandrich
2007-10-30 23:00:40 +00:00
parent 9b15f1be26
commit 59b05ac383
4 changed files with 15 additions and 11 deletions

View File

@@ -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