Changeset 186 in code for trunk/upstream.go


Ignore:
Timestamp:
Mar 28, 2020, 7:00:56 PM (5 years ago)
Author:
contact
Message:

Fix missing upstreamConn.closed initialization

Fixes: b33e5f29abbe ("Fix race condition in upstreamConn.Close")

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upstream.go

    r181 r186  
    9999                user:                     network.user,
    100100                outgoing:                 outgoing,
     101                closed:                   make(chan struct{}),
    101102                channels:                 make(map[string]*upstreamChannel),
    102103                caps:                     make(map[string]string),
Note: See TracChangeset for help on using the changeset viewer.