{
"commit":"53159966341c522a6cd31d8a4dd39b670daf5f8e",
"scenario":"flow_control",
"scenario_version":2,
"host":"nghttp2.org:4433",
"ip":"139.162.123.134",
"results":{},
"started_at":1563387361,
"duration":0,
"error_code":6,
"client_random":"X5swtviUS73HSKU4iwQRgxPfg5xpTChv4CKp/CNcseE=",
"secrets":{}
}
The endpoint does not support
hq
This test checks the proper behavior of the flow-control mechanisms, namely MAX_STREAM_DATA
frames and the initial_max_stream_data_bidi_local
transport parameters.
A handshake will be performed and initial_max_stream_data_bidi_local
will be set to 80 bytes. Then stream 0 is opened and a HTTP/0.9 GET request is performed.
The test checks if the host complies with the given limits and sends a 80-byte chunk of data, and will proceed to set an higher limit of 160 bytes with a MAX_STREAM_DATA
frame. The tests will check if data is sent after increasing the limit, and if the host complies with it. The connection is closed after 10s.