Chromium Code Reviews| Index: net/http/http_util.h |
| diff --git a/net/http/http_util.h b/net/http/http_util.h |
| index ae65146e6e4a42a21f673787d037f06330c9eb0b..76e5b02fa12c22d820838351ac04576fa87f6aa6 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. |
| + // http://tools.ietf.org/html/rfc7233#section-2.1 |
|
cbentzel
2014/06/10 19:55:42
Nit: use https instead of http
|
| static bool ParseRanges(const std::string& headers, |
| std::vector<HttpByteRange>* ranges); |