diff options
author | des <des@FreeBSD.org> | 2000-12-01 11:05:15 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2000-12-01 11:05:15 +0000 |
commit | ac423cd7635ecdf35f9838cd0406b8de9aa8d1e5 (patch) | |
tree | d348ebdded538ea5641428c256707594bf010990 /lib/libfetch | |
parent | 1d928c8e6ee0154bbda2d60abf2a69992c7ecb59 (diff) | |
download | FreeBSD-src-ac423cd7635ecdf35f9838cd0406b8de9aa8d1e5.zip FreeBSD-src-ac423cd7635ecdf35f9838cd0406b8de9aa8d1e5.tar.gz |
Remove some obsolete comments.
Diffstat (limited to 'lib/libfetch')
-rw-r--r-- | lib/libfetch/fetch.3 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3 index 7dbaa0a..5f5acb0 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. |