commit | 0783a7b08e769de05efc467a131467eeb6d94c22 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Apr 05 18:14:51 2023 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Apr 18 17:09:34 2023 +0200 |
tree | 5bdcc780e513cc1f83d8f32b3cda7728c746c086 | |
parent | 1acbbca171a7e2d93108edc99945880110a42be7 [diff] |
MINOR: listener: remove unneeded local accept flag Remove the receiver RX_F_LOCAL_ACCEPT flag. This was used by QUIC protocol before thread rebinding was supported by the quic_conn layer. This should be backported up to 2.7 after the previous patch has also been taken.