mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-20 03:49:15 +02:00
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:
committed by
Amaury Denoyelle
parent
324ecdafbb
commit
46ea033be0
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user