Chromium Code Reviews| 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..5d5ecd756f22a0f198aaa63e953c0c8a5d57caf7 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. |
| +// http://tools.ietf.org/html/rfc7233#section-2.1 |
|
cbentzel
2014/06/10 19:55:42
Nit: use https rather than http (it works)
|
| class NET_EXPORT HttpByteRange { |
| public: |
| HttpByteRange(); |