aboutsummaryrefslogtreecommitdiff
path: root/src/IO/http.c
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-07-13 22:09:12 +0000
committercorvid <devnull@localhost>2014-07-13 22:09:12 +0000
commit08cd8db6de066e449a772be845373041bed325fa (patch)
treef96a2d9af504aae261040cf277c3edd5650096f3 /src/IO/http.c
parent0f65a4dfa35a52fffefa3e72f6f77370d275b60c (diff)
rm outdated comment
CONNECT is in RFC 7231 now.
Diffstat (limited to 'src/IO/http.c')
-rw-r--r--src/IO/http.c1
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)
{