diff options
author | Muxi Yan <mxyan@google.com> | 2017-07-21 09:26:04 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-07-26 14:20:01 -0700 |
commit | 68a0fd54169d165060b09efadb1e2c0df4a294cb (patch) | |
tree | 82192b7622e6fc80de3559f372b158c21a182227 /test/core/end2end/fuzzers | |
parent | c97fc14a0ece99339f56b313b862f1a28f48c8b8 (diff) |
Separate stream compression from message-wise compression
Diffstat (limited to 'test/core/end2end/fuzzers')
-rw-r--r-- | test/core/end2end/fuzzers/hpack.dictionary | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/end2end/fuzzers/hpack.dictionary b/test/core/end2end/fuzzers/hpack.dictionary index f8c11fbf23..fe50f062d7 100644 --- a/test/core/end2end/fuzzers/hpack.dictionary +++ b/test/core/end2end/fuzzers/hpack.dictionary @@ -135,6 +135,7 @@ "\x00\x0Dauthorization\x00" "\x00\x0Dcache-control\x00" "\x00\x13content-disposition\x00" +"\x00\x10content-encoding\x08identity" "\x00\x10content-encoding\x04gzip" "\x00\x10content-language\x00" "\x00\x0Econtent-length\x00" |