]> git.kaiwu.me - haproxy.git/commit
REGTESTS: add QUIC test for max-total streams setting
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 15 Apr 2026 12:33:45 +0000 (14:33 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 15 Apr 2026 13:18:37 +0000 (15:18 +0200)
commit15a19994df68cdf3b7e6a20e2ddb4437a6fb458a
treebb9ee43e450f5a6a845960eb7aa0bdff05b9ed9f
parente2dbcd20f245e856cf474ff481e1363c196cb309
REGTESTS: add QUIC test for max-total streams setting

Add a new QUIC regtest to test the new frontend stream.max-total
setting.

This test relies on two haproxy instances, as QUIC client and server.
New setting stream.max-total is set to 3 on the server side. In total, 6
requests are performed, with a check to ensure that a new connection has
been reopened for the last ones.
reg-tests/quic/stream_max_total.vtc [new file with mode: 0644]