aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2024-04-05 22:08:59 +0200
committerLoïc Hoguin <[email protected]>2024-04-05 22:08:59 +0200
commitb77dd29133365a11a4884af8f0fe432981d3f8a3 (patch)
tree1fadbb292d1dd6b3eef8b1c06afac23421596860 /test
parent8cb9d242b0a665cada6de8b9a9dfa329e0c06ee9 (diff)
downloadcowboy-master.tar.gz
cowboy-master.tar.bz2
cowboy-master.zip
Add VU#421644 to the HTTP/2 CONTINUATION Flood testHEADmaster
Diffstat (limited to 'test')
-rw-r--r--test/security_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/security_SUITE.erl b/test/security_SUITE.erl
index 666dcce..944c491 100644
--- a/test/security_SUITE.erl
+++ b/test/security_SUITE.erl
@@ -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.