haproxy/tests
Willy Tarreau 6cbb5a057b Revert "MAJOR: import: update mt_list to support exponential back-off"
This reverts commit c618ed5ff4.

The list iterator is broken. As found by Fred, running QUIC single-
threaded shows that only the first connection is accepted because the
accepter relies on the element being initialized once detached (which
is expected and matches what MT_LIST_DELETE_SAFE() used to do before).
However while doing this in the quic_sock code seems to work, doing it
inside the macro show total breakage and the unit test doesn't work
anymore (random crashes). Thus it looks like the fix is not trivial,
let's roll this back for the time it will take to fix the loop.
2023-09-15 17:13:43 +02:00
..
conf MINOR: config: reject long-deprecated "option forceclose" 2021-06-11 16:57:34 +02:00
exp CLEANUP: assorted typo fixes in the code and comments 2021-08-16 12:37:59 +02:00
unit Revert "MAJOR: import: update mt_list to support exponential back-off" 2023-09-15 17:13:43 +02:00