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

Unified Diff: net/http/http_byte_range.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 | « no previous file | net/http/http_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_byte_range.h
diff --git a/net/http/http_byte_range.h b/net/http/http_byte_range.h
index 98708721a4fb9a5530682a8ca10a0b94986c57ef..63c02f1ba5cdb4c4cf001c7f7d321a0e76b0dda0 100644
--- a/net/http/http_byte_range.h
+++ b/net/http/http_byte_range.h
@@ -13,8 +13,8 @@
namespace net {
// A container class that represents a "range" specified for range request
-// specified by RFC 2616 Section 14.35.1.
-// http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35.1
+// specified by RFC 7233 Section 2.1.
+// https://tools.ietf.org/html/rfc7233#section-2.1
class NET_EXPORT HttpByteRange {
public:
HttpByteRange();
« no previous file with comments | « no previous file | net/http/http_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698