From: Amos Jeffries Date: Sun, 1 Jun 2014 12:38:03 +0000 (-0700) Subject: Docs: update reference to RFC7230 (draft-ietf-httpbis-p1-messaging-26) X-Git-Tag: SQUID_3_5_0_1~218 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf48458430996b45fdadb1b3015ff2b3ddfdbb8b;p=thirdparty%2Fsquid.git Docs: update reference to RFC7230 (draft-ietf-httpbis-p1-messaging-26) --- diff --git a/src/HttpMsg.h b/src/HttpMsg.h index bb17b41778..57709e315e 100644 --- a/src/HttpMsg.h +++ b/src/HttpMsg.h @@ -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;