Changeset 279 in code for trunk/downstream.go


Ignore:
Timestamp:
Apr 30, 2020, 8:25:16 AM (5 years ago)
Author:
contact
Message:

Remove network.upstream

This is an artifact from when we used locks. No need for this anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r278 r279  
    135135                return nil
    136136        }
    137         return dc.network.upstream()
     137        return dc.network.conn
    138138}
    139139
Note: See TracChangeset for help on using the changeset viewer.