Changeset 703 in code for trunk/downstream.go
- Timestamp:
- Nov 17, 2021, 12:13:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r702 r703 616 616 617 617 func (dc *downstreamConn) handleMessage(msg *irc.Message) error { 618 ctx, cancel := context.WithTimeout(context.TODO(), handleDownstreamMessageTimeout) 618 ctx, cancel := dc.conn.NewContext(context.TODO()) 619 defer cancel() 620 621 ctx, cancel = context.WithTimeout(ctx, handleDownstreamMessageTimeout) 619 622 defer cancel() 620 623
Note:
See TracChangeset
for help on using the changeset viewer.