aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch/fetch.3
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2000-12-01 11:05:15 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2000-12-01 11:05:15 +0000
commit79aad71d3b33835ce949f49b85ea2c4b6b01581a (patch)
treec8549eb9f6e615f2971e622734287d2b3e4fd056 /lib/libfetch/fetch.3
parentf9c2053bca4b1ba1a47ab59349c630f3f6b855b8 (diff)
downloadsrc-79aad71d3b33835ce949f49b85ea2c4b6b01581a.tar.gz
src-79aad71d3b33835ce949f49b85ea2c4b6b01581a.zip
Remove some obsolete comments.
Notes
Notes: svn path=/head/; revision=69466
Diffstat (limited to 'lib/libfetch/fetch.3')
-rw-r--r--lib/libfetch/fetch.313
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3
index 7dbaa0a764f5..5f5acb0d4925 100644
--- a/lib/libfetch/fetch.3
+++ b/lib/libfetch/fetch.3
@@ -549,17 +549,8 @@ or
environment variables as appropriate.
.Pp
.Nm libfetch
-does not attempt to interpret and respond to authentication requests
-from the HTTP server or proxy (code 401 and 407 respectively).
-.Pp
-.Nm libfetch
does not understand or obey 305 (Use Proxy) replies.
.Pp
-No attempt is made to encode spaces etc. within URLs.
-Spaces in the
-document part of an URLshould be replaced with "%20" in HTTP URLs and
-"\\ " in FTP URLs.
-.Pp
Error numbers are unique only within a certain context; the error
codes used for FTP and HTTP overlap, as do those used for resolver and
system errors.
@@ -570,13 +561,9 @@ implemented, superfluous at this site" in an FTP context and
.Fn fetchStatFTP
does not check that the result of an MDTM command is a valid date.
.Pp
-The HTTP code needs a complete rewrite, or at least a serious cleanup.
-.Pp
The man page is incomplete, poorly written and produces badly
formatted text.
.Pp
The error reporting mechanism is unsatisfactory.
.Pp
Some parts of the code are not fully reentrant.
-.Pp
-Tons of other stuff.