mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00:03:43 +03:00
url: Fix parsing for when 'file' is the default protocol
Follow-up to3463408. Prior to3463408file:// hostnames were silently stripped. Prior to this commit it did not work when a schemeless url was used with file as the default protocol. Ref: https://curl.haxx.se/mail/lib-2016-11/0081.html Closes https://github.com/curl/curl/pull/1124 Also fix for drive letters: - Support --proto-default file c:/foo/bar.txt - Support file://c:/foo/bar.txt - Fail when a file:// drive letter is detected and not MSDOS/Windows. Bug: https://github.com/curl/curl/issues/1187 Reported-by: Anatol Belski Assisted-by: Anatol Belski
This commit is contained in:
parent
807698db02
commit
1d4202ade6
5 changed files with 151 additions and 10 deletions
|
|
@ -27,7 +27,7 @@ http
|
|||
lib1534
|
||||
</tool>
|
||||
<name>
|
||||
Test CURLINFO_RESPONSE_CODE
|
||||
CURLINFO_FILETIME init and reset
|
||||
</name>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/1534
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue