]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for proper URI encoding, using strvisx(3)'s VIS_HTTPSTYLE.
authorAlexander Langer <alex@FreeBSD.org>
Thu, 30 Aug 2001 02:30:33 +0000 (02:30 +0000)
committerAlexander Langer <alex@FreeBSD.org>
Thu, 30 Aug 2001 02:30:33 +0000 (02:30 +0000)
commitf855f63e6a9f51cdc3fe3a671ea0a7b0c1176f4b
tree586c0f8b981f521fbf2574e032f0dc9d1591cb45
parent3a7810bc39bcf802c5cd2c95364a2b0bb8744356
Add support for proper URI encoding, using strvisx(3)'s VIS_HTTPSTYLE.

Requests through a proxy are still broken for URIs that contain
blanks, since this required a bigger rewrite of the whole function.
usr.bin/ftp/fetch.c