Skip to content

Commit 959de75

Browse files
authored
fix(minor): remove unsupported schemes (#479)
Signed-off-by: mikeee <[email protected]>
1 parent 224a159 commit 959de75

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/internal/parse.go

-2
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ func schemeKnown(scheme string) bool {
165165
"vsock",
166166
"http",
167167
"https",
168-
"grpc",
169-
"grpcs",
170168
} {
171169
if scheme == s {
172170
return true

0 commit comments

Comments
 (0)