netty5/codec-http2/src/test/resources/io/netty/handler/codec/http2/hpack/testdata/testSpecExampleC2_3.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

20 lines
310 B
JSON

{
"sensitive_headers": true,
"force_huffman_off": true,
"header_blocks":
[
{
"headers": [
{ "password": "secret" }
],
"encoded": [
"1008 7061 7373 776f 7264 0673 6563 7265",
"74"
],
"dynamic_table": [
],
"table_size": 0
}
]
}