diff options
author | David Garcia Quintas <dgq@google.com> | 2016-05-04 19:44:37 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-05-04 19:44:37 -0700 |
commit | 1621c4d37c4cc9cfe01b99be3eb82e8b3a8b17a4 (patch) | |
tree | 6ae905c3e7cbe6cd674433c78a6b696028035af6 /test/core/end2end/fuzzers/hpack.dictionary | |
parent | 1acf9131a1dab7510e49979fa00d89e2fc9fd116 (diff) |
Added support for trailing metadata
Diffstat (limited to 'test/core/end2end/fuzzers/hpack.dictionary')
-rw-r--r-- | test/core/end2end/fuzzers/hpack.dictionary | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/end2end/fuzzers/hpack.dictionary b/test/core/end2end/fuzzers/hpack.dictionary index b081368ff6..097e9a8922 100644 --- a/test/core/end2end/fuzzers/hpack.dictionary +++ b/test/core/end2end/fuzzers/hpack.dictionary @@ -63,6 +63,7 @@ "\x13if-unmodified-since" "\x0Dlast-modified" "\x04link" +"\x0Eload-reporting" "\x08location" "\x0Cmax-forwards" "\x07:method" @@ -136,6 +137,7 @@ "\x00\x13if-unmodified-since\x00" "\x00\x0Dlast-modified\x00" "\x00\x04link\x00" +"\x00\x0Eload-reporting\x00" "\x00\x08location\x00" "\x00\x0Cmax-forwards\x00" "\x00\x07:method\x03GET" |