mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Delete debug printout
This commit is contained in:
parent
23eff8ce69
commit
9ac190e1e3
1 changed files with 0 additions and 1 deletions
|
@ -247,7 +247,6 @@ http2_cancel_flood_helper(Config, NumStreamsPerBatch, NumBatches) ->
|
||||||
{<<":path">>, <<"/delay_hello">>}
|
{<<":path">>, <<"/delay_hello">>}
|
||||||
]),
|
]),
|
||||||
AllStreamIDs = lists:seq(1, NumBatches * NumStreamsPerBatch * 2, 2),
|
AllStreamIDs = lists:seq(1, NumBatches * NumStreamsPerBatch * 2, 2),
|
||||||
ct:pal("http2_cancel_flood_helper(..., ~p, ~p)", [NumStreamsPerBatch, NumBatches]),
|
|
||||||
_ = lists:foldl(
|
_ = lists:foldl(
|
||||||
fun (_BatchNumber, AvailableStreamIDs) ->
|
fun (_BatchNumber, AvailableStreamIDs) ->
|
||||||
%% Take a bunch of IDs from the available stream IDs.
|
%% Take a bunch of IDs from the available stream IDs.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue