Changeset 246 in code
- Timestamp:
- Apr 7, 2020, 5:57:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/upstream.go
r245 r246 167 167 168 168 func (uc *upstreamConn) trySendLIST(downstreamID uint64) { 169 // must be called with a lock in uc.user.pendingLISTsLock170 171 169 if _, ok := uc.pendingLISTDownstreamSet[downstreamID]; ok { 172 170 // a LIST command is already pending
Note:
See TracChangeset
for help on using the changeset viewer.