Skip to content

Commit

Permalink
fix previous
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Apr 15, 2024
1 parent 3207255 commit 5618b72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/enginenetx/httpsdialer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ func (*httpsDialerCancelingContextStatsTracker) OnTCPConnectError(ctx context.Co
// nothing
}

// OnTCPConnectSuccess implements httpsDialerEventsHandler.
func (*httpsDialerCancelingContextStatsTracker) OnTCPConnectSuccess(tactic *httpsDialerTactic) {
// nothing
}

// OnTLSHandshakeError implements httpsDialerEventsHandler.
func (*httpsDialerCancelingContextStatsTracker) OnTLSHandshakeError(ctx context.Context, tactic *httpsDialerTactic, err error) {
// nothing
Expand Down

0 comments on commit 5618b72

Please sign in to comment.