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

Unified Diff: net/spdy/hpack_string_util.h

Issue 352583006: HPACK changes required for specification draft '08 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« net/spdy/hpack_constants.cc ('K') | « net/spdy/hpack_output_stream.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/hpack_string_util.h
diff --git a/net/spdy/hpack_string_util.h b/net/spdy/hpack_string_util.h
index 9135f9047f995a1a660c8559f6d910a5058d6426..66cc0c6522a671dde6e0bfe7df14467c34a8a536 100644
--- a/net/spdy/hpack_string_util.h
+++ b/net/spdy/hpack_string_util.h
@@ -11,10 +11,9 @@
namespace net {
// All section references below are to
-// http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-07
+// http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-08
-// A constant-time StringPiece comparison function, as suggested
-// by section 6.
+// A constant-time StringPiece comparison function.
bool NET_EXPORT_PRIVATE StringPiecesEqualConstantTime(
base::StringPiece str1,
base::StringPiece str2);
« net/spdy/hpack_constants.cc ('K') | « net/spdy/hpack_output_stream.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698