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."
This commit is contained in:
Frédéric Lécaille
2021-11-03 18:39:59 +01:00
committed by Amaury Denoyelle
parent 324ecdafbb
commit 46ea033be0
2 changed files with 0 additions and 6 deletions

View File

@@ -551,8 +551,6 @@ struct quic_enc_level {
struct {
uint64_t offset;
struct eb_root frms;
/* <frms> must be protected from concurrent accesses */
__decl_thread(HA_RWLOCK_T frms_rwlock);
} crypto;
} rx;
struct {