Skip to content

Commit

Permalink
update ut
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyenought committed Nov 18, 2023
1 parent 922c1f3 commit 21fb725
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/protocol/uri_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ func getScheme(rawURL []byte) (scheme, path []byte) {
}
return nil, rawURL
}
case c == '/':
// The character '/' indicates the end of the scheme
return nil, rawURL
default:
// we have encountered an invalid character,
// so there is no valid scheme
Expand Down

0 comments on commit 21fb725

Please sign in to comment.