Skip to content

Commit

Permalink
Updated lint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed May 17, 2020
1 parent 4c66e7c commit 4538ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sshmuxer/httphandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func handleHTTPListener(check *channelForwardMsg, stringPort string, requestMess
fwd, err := forward.New(
forward.PassHostHeader(true),
forward.RoundTripper(rT),
// lint:ignore SA1019 Use dialer for now
//lint:ignore SA1019 Use dialer for now
forward.WebsocketDialer(rT.Dial),
)

Expand Down

0 comments on commit 4538ecf

Please sign in to comment.