mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-04 19:19:33 +00:00
CLEANUP: quic: remove unused QUIC_LOCK label
QUIC_LOCK label is never used. Indeed, lock usage is minimal on QUIC as every connection is pinned to its owned thread. This should be backported up to 2.7.
This commit is contained in:
parent
c361937d51
commit
22a368ce58
@ -423,7 +423,6 @@ enum lock_label {
|
||||
SSL_SERVER_LOCK,
|
||||
SFT_LOCK, /* sink forward target */
|
||||
IDLE_CONNS_LOCK,
|
||||
QUIC_LOCK,
|
||||
OCSP_LOCK,
|
||||
OTHER_LOCK,
|
||||
/* WT: make sure never to use these ones outside of development,
|
||||
|
@ -442,7 +442,6 @@ static const char *lock_label(enum lock_label label)
|
||||
case SSL_SERVER_LOCK: return "SSL_SERVER";
|
||||
case SFT_LOCK: return "SFT";
|
||||
case IDLE_CONNS_LOCK: return "IDLE_CONNS";
|
||||
case QUIC_LOCK: return "QUIC";
|
||||
case OCSP_LOCK: return "OCSP";
|
||||
case OTHER_LOCK: return "OTHER";
|
||||
case DEBUG1_LOCK: return "DEBUG1";
|
||||
|
Loading…
Reference in New Issue
Block a user