Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Unified Diff: net/http/http_util.h

Issue 324083006: Update two obsolete RFC references. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix msg#2. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_byte_range.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_util.h
diff --git a/net/http/http_util.h b/net/http/http_util.h
index ae65146e6e4a42a21f673787d037f06330c9eb0b..14117c00289d22bd54c28398c28fdb99eb72a59f 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);
« no previous file with comments | « net/http/http_byte_range.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698