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

Unified Diff: net/spdy/fuzzing/hpack_fuzz_util_test.cc

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
« no previous file with comments | « no previous file | net/spdy/hpack_constants.h » ('j') | net/spdy/hpack_constants.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/fuzzing/hpack_fuzz_util_test.cc
diff --git a/net/spdy/fuzzing/hpack_fuzz_util_test.cc b/net/spdy/fuzzing/hpack_fuzz_util_test.cc
index 8956684ce9672f797f34ba356cba674d6ef1d187..498f84fb1e6823755185852b3c5be657899a50e5 100644
--- a/net/spdy/fuzzing/hpack_fuzz_util_test.cc
+++ b/net/spdy/fuzzing/hpack_fuzz_util_test.cc
@@ -95,7 +95,8 @@ TEST(HpackFuzzUtilTest, SerializedHeaderBlockPrefixes) {
TEST(HpackFuzzUtilTest, PassValidInputThroughAllStages) {
// Example lifted from HpackDecoderTest.SectionD3RequestHuffmanExamples.
- string input = a2b_hex("828786448ce7cf9bebe89b6fb16fa9b6ff");
+ string input = a2b_hex("828786448cf1e3c2e5f23a6ba0ab90f4"
+ "ff");
Ryan Hamilton 2014/06/25 23:28:30 out of curiosity, why is this wrapped?
Johnny 2014/06/26 16:22:39 These examples are copy-pasted out of the spec doc
HpackFuzzUtil::FuzzerContext context;
HpackFuzzUtil::InitializeFuzzerContext(&context);
« no previous file with comments | « no previous file | net/spdy/hpack_constants.h » ('j') | net/spdy/hpack_constants.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698