TODO: remove "Option to ignore private IP"

... as curl ignores the IP entirely by default these days.
This commit is contained in:
Daniel Stenberg 2022-02-25 11:35:23 +01:00
parent 97b3d83ad5
commit 750af2bb48
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -67,7 +67,6 @@
4.5 ASCII support
4.6 GSSAPI via Windows SSPI
4.7 STAT for LIST without data connection
4.8 Option to ignore private IP addresses in PASV response
5. HTTP
5.1 Better persistency for HTTP 1.0
@ -553,12 +552,6 @@
This is not detailed in any FTP specification.
4.8 Option to ignore private IP addresses in PASV response
Some servers respond with and some other FTP client implementations can
ignore private (RFC 1918 style) IP addresses when received in PASV responses.
To consider for libcurl as well. See https://github.com/curl/curl/issues/1455
5. HTTP
5.1 Better persistency for HTTP 1.0