Skip to content

Commit 864de27

Browse files
committed
fix(minor): remove unsupported schemes (#479)
Signed-off-by: mikeee <[email protected]>
1 parent dffd080 commit 864de27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: 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)