MINOR: quic: Remove a useless lock for CRYPTO frames
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 3 Nov 2021 17:39:59 +0000 (18:39 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 5 Nov 2021 14:20:04 +0000 (15:20 +0100)
commit46ea033be0b911accd012de60a52a497ccf4de31
treea2be07c07a5ef2fad1f6fb0be43924b845b9c0d6
parent324ecdafbb4946df21c6551c93f5635df0c13963
MINOR: quic: Remove a useless lock for CRYPTO frames

->frms_rwlock is an old lock supposed to be used when several threads
could handle the same connection. This is no more the case since this
commit:
 "MINOR: quic: Attach the QUIC connection to a thread."
include/haproxy/xprt_quic-t.h
src/xprt_quic.c