Changeset 777 in code for trunk/upstream.go


Ignore:
Timestamp:
Feb 8, 2022, 3:38:34 PM (3 years ago)
Author:
contact
Message:

Add context to upstreamConn.register

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upstream.go

    r776 r777  
    19171917}
    19181918
    1919 func (uc *upstreamConn) register() {
    1920         ctx := context.TODO()
    1921 
     1919func (uc *upstreamConn) register(ctx context.Context) {
    19221920        uc.nick = GetNick(&uc.user.User, &uc.network.Network)
    19231921        uc.nickCM = uc.network.casemap(uc.nick)
Note: See TracChangeset for help on using the changeset viewer.