Changeset 278 in code for trunk/downstream.go
- Timestamp:
- Apr 29, 2020, 5:45:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r276 r278 599 599 awayNotifySupported := true 600 600 dc.forEachUpstream(func(uc *upstreamConn) { 601 awayNotifySupported = awayNotifySupported && uc. awayNotifySupported601 awayNotifySupported = awayNotifySupported && uc.caps["away-notify"] 602 602 }) 603 603
Note:
See TracChangeset
for help on using the changeset viewer.