netty5/codec-http2/src/test/resources/io/netty/handler/codec/http2/hpack/testdata/testSpecExampleC2_4.json
nmittler 8accc52b03 Forking Twitter's hpack
Motivation:

The twitter hpack project does not have the support that it used to have.  See discussion here: https://github.com/netty/netty/issues/4403.

Modifications:

Created a new module in Netty and copied the latest from twitter hpack master.

Result:

Netty no longer depends on twitter hpack.
2015-11-14 10:13:32 -08:00

18 lines
226 B
JSON

{
"force_huffman_off": true,
"header_blocks":
[
{
"headers": [
{ ":method": "GET" }
],
"encoded": [
"82"
],
"dynamic_table": [
],
"table_size": 0
}
]
}