Changeset 742 in code for trunk/upstream.go
- Timestamp:
- Dec 4, 2021, 6:29:39 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.