Skip to content

Commit

Permalink
another unsupported comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Nov 14, 2024
1 parent 3a1f397 commit c381229
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/system-probe/api/client/client_others.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ const (
idleConnTimeout = 30 * time.Second
)

// DialContextFunc returns a function to be used in http.Transport.DialContext for connecting to system-probe.
// The result will be OS-specific.
// DialContextFunc is not supported on this platform.
func DialContextFunc(_ string) func(context.Context, string, string) (net.Conn, error) {
return func(_ context.Context, _, _ string) (net.Conn, error) {
return ErrNotImplemented
Expand Down

0 comments on commit c381229

Please sign in to comment.