Changeset 274 in code for trunk/upstream.go


Ignore:
Timestamp:
Apr 29, 2020, 1:32:22 PM (5 years ago)
Author:
contact
Message:

Don't use forEachDownstreamByID when forwarding RPL_AWAY

We should broadcast the message, not send it to a specific downstream
connection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upstream.go

    r273 r274  
    11421142                }
    11431143
    1144                 uc.forEachDownstreamByID(downstreamID, func(dc *downstreamConn) {
     1144                uc.forEachDownstream(func(dc *downstreamConn) {
    11451145                        dc.SendMessage(&irc.Message{
    11461146                                Prefix:  dc.srv.prefix(),
Note: See TracChangeset for help on using the changeset viewer.