Skip to content

Commit

Permalink
fix(minor): remove unsupported schemes
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee committed Dec 2, 2023
1 parent 224a159 commit dd28d8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/internal/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ func schemeKnown(scheme string) bool {
"vsock",
"http",
"https",
"grpc",
"grpcs",
} {
if scheme == s {
return true
Expand Down

0 comments on commit dd28d8b

Please sign in to comment.