Skip to content

Commit

Permalink
Add VU#421644 to the HTTP/2 CONTINUATION Flood test
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Apr 5, 2024
1 parent 8cb9d24 commit b77dd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/security_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b77dd29

Please sign in to comment.