summaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-02-25 11:35:23 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-02-25 11:35:23 +0100
commit750af2bb48ff88697289b6eb0378718f9a7eb0e3 (patch)
tree871695996188d5152725865ebaa7f4b59f676922 /docs/TODO
parent97b3d83ad5ac32661bae2da14a83fac3bd7190fe (diff)
downloadcurl-750af2bb48ff88697289b6eb0378718f9a7eb0e3.tar.gz
TODO: remove "Option to ignore private IP"
... as curl ignores the IP entirely by default these days.
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/TODO b/docs/TODO
index dd1a72103..226300878 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -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