0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Add VU#421644 to the HTTP/2 CONTINUATION Flood test

This commit is contained in:
Loïc Hoguin 2024-04-05 22:08:59 +02:00
parent 8cb9d242b0
commit b77dd29133
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -224,7 +224,7 @@ http2_empty_frame_flooding_push_promise(Config) ->
http2_infinite_continuations(Config) ->
doc("Confirm that Cowboy rejects CONTINUATION frames when the "
"total size of HEADERS + CONTINUATION(s) exceeds the limit."),
"total size of HEADERS + CONTINUATION(s) exceeds the limit. (VU#421644)"),
{ok, Socket} = rfc7540_SUITE:do_handshake(Config),
%% Send a HEADERS frame followed by a large number
%% of continuation frames.