1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

TODO: expand ~/ in config files

Closes #2317
This commit is contained in:
Daniel Stenberg 2018-03-21 00:49:49 +01:00
parent d92a9bd4ec
commit cf7b009f57
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -154,6 +154,7 @@
18.16 send only part of --data
18.17 consider file name from the redirected URL with -O ?
18.18 retry on network is unreachable
18.19 expand ~/ in config files
19. Build
19.1 roffit
@ -1063,6 +1064,13 @@ that doesn't exist on the server, just like --ftp-create-dirs.
https://github.com/curl/curl/issues/1603
18.19 expand ~/ in config files
For example .curlrc could benefit from being able to do this.
See https://github.com/curl/curl/issues/2317
19. Build
19.1 roffit