Remove outdated comment
Locks are gone for good.
This commit is contained in:
parent
3195809c30
commit
0a895b591e
@ -166,8 +166,6 @@ func (uc *upstreamConn) endPendingLISTs(all bool) (found bool) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (uc *upstreamConn) trySendLIST(downstreamID uint64) {
|
func (uc *upstreamConn) trySendLIST(downstreamID uint64) {
|
||||||
// must be called with a lock in uc.user.pendingLISTsLock
|
|
||||||
|
|
||||||
if _, ok := uc.pendingLISTDownstreamSet[downstreamID]; ok {
|
if _, ok := uc.pendingLISTDownstreamSet[downstreamID]; ok {
|
||||||
// a LIST command is already pending
|
// a LIST command is already pending
|
||||||
// we will try again when that command is completed
|
// we will try again when that command is completed
|
||||||
|
Loading…
Reference in New Issue
Block a user