We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b131cd commit 6086c59Copy full SHA for 6086c59
lib/vnet/network_stack.go
@@ -110,7 +110,7 @@ type tcpHandlerResolver interface {
110
//
111
// Avoid using [trace.Wrap] on errNoTCPHandler where possible, this isn't an
112
// unexpected error that should require the overhead of collecting a stack trace.
113
-var errNoTCPHandler = errors.New("no handler for address")
+var errNoTCPHandler = &trace.NotFoundError{Message: "no handler for address"}
114
115
// tcpHandlerSpec specifies a VNet TCP handler.
116
type tcpHandlerSpec struct {
0 commit comments