]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Docs: update reference to RFC7230 (draft-ietf-httpbis-p1-messaging-26)
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Jun 2014 12:38:03 +0000 (05:38 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Jun 2014 12:38:03 +0000 (05:38 -0700)
src/HttpMsg.h

index bb17b41778c689b256b40945860abf23ad85f41e..57709e315e39c576043df3ab3bd8febffe34f3dd 100644 (file)
@@ -68,7 +68,7 @@ public:
 
 public:
     /// HTTP-Version field in the first line of the message.
-    /// see draft-ietf-httpbis-p1-messaging-26 section 3.1
+    /// see RFC 7230 section 3.1
     Http::ProtocolVersion http_ver;
 
     HttpHeader header;