Changeset 246 in code for trunk


Ignore:
Timestamp:
Apr 7, 2020, 5:57:36 PM (5 years ago)
Author:
contact
Message:

Remove outdated comment

Locks are gone for good.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upstream.go

    r245 r246  
    167167
    168168func (uc *upstreamConn) trySendLIST(downstreamID uint64) {
    169         // must be called with a lock in uc.user.pendingLISTsLock
    170 
    171169        if _, ok := uc.pendingLISTDownstreamSet[downstreamID]; ok {
    172170                // a LIST command is already pending
Note: See TracChangeset for help on using the changeset viewer.