diff options
author | bnc@chromium.org <bnc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-11 15:40:50 +0000 |
---|---|---|
committer | bnc@chromium.org <bnc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-11 15:40:50 +0000 |
commit | ca0c2eb4965ca8d76f6ee55ea6e69aa83eba560f (patch) | |
tree | faca897bf6c6a0a0f67571b7468cad9efb0040e2 /net/http/http_util.h | |
parent | 59c343b1afa7ef8628459cf598885fa9db94b103 (diff) | |
download | chromium_src-ca0c2eb4965ca8d76f6ee55ea6e69aa83eba560f.zip chromium_src-ca0c2eb4965ca8d76f6ee55ea6e69aa83eba560f.tar.gz chromium_src-ca0c2eb4965ca8d76f6ee55ea6e69aa83eba560f.tar.bz2 |
Update two obsolete RFC references.
BUG=382120
Review URL: https://codereview.chromium.org/324083006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276412 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_util.h')
-rw-r--r-- | net/http/http_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/http/http_util.h b/net/http/http_util.h index ae65146..14117c0 100644 --- a/net/http/http_util.h +++ b/net/http/http_util.h @@ -56,8 +56,8 @@ class NET_EXPORT HttpUtil { // if "Range" exists and the first one of it is well formatted then returns // true, |ranges| will contain a list of valid ranges. If return // value is false then values in |ranges| should not be used. The format of - // "Range" header is defined in RFC 2616 Section 14.35.1. - // http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35.1 + // "Range" header is defined in RFC 7233 Section 2.1. + // https://tools.ietf.org/html/rfc7233#section-2.1 static bool ParseRanges(const std::string& headers, std::vector<HttpByteRange>* ranges); |