Changeset 742 in code
- Timestamp:
- Dec 4, 2021, 6:29:39 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r729 r742 2474 2474 return newUnknownCommandError(msg.Command) 2475 2475 } 2476 if _, ok := uc.isupport["MONITOR"]; !ok { 2477 return newUnknownCommandError(msg.Command) 2478 } 2476 2479 2477 2480 var subcommand string -
trunk/upstream.go
r739 r742 2076 2076 2077 2077 func (uc *upstreamConn) updateMonitor() { 2078 if _, ok := uc.isupport["MONITOR"]; !ok { 2079 return 2080 } 2081 2078 2082 add := make(map[string]struct{}) 2079 2083 var addList []string
Note:
See TracChangeset
for help on using the changeset viewer.