diff options
Diffstat (limited to 'src/IO/http.c')
-rw-r--r-- | src/IO/http.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/IO/http.c b/src/IO/http.c index d2d76945..23101ba7 100644 --- a/src/IO/http.c +++ b/src/IO/http.c @@ -491,7 +491,6 @@ static int Http_must_use_proxy(const DilloUrl *url) /* * Return a new string for the request used to tunnel HTTPS through a proxy. - * As of 2009, the best reference appears to be section 5 of RFC 2817. */ char *a_Http_make_connect_str(const DilloUrl *url) { |