commit | 683b5fc7b86567a32c3b29543813daadfb0c023f | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Jan 26 11:56:48 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Jan 26 11:59:12 2022 +0100 |
tree | 751129a8fe4fdb983b3a8e8b1668da6f460b0908 | |
parent | 7f7713d6ef1ee00e7b6f1eb2aee58be6bd92f8a2 [diff] |
MEDIUM: quic: flag listener for local accept QUIC connections are distributed accross threads by xprt-quic according to their CIDs. As such disable the thread selection in listener_accept for QUIC listeners. This prevents connection from migrating to another threads after its allocation which can results in unexpected side-effects.