Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyenought committed Nov 25, 2023
1 parent d44dd6f commit 2450447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/protocol/uri_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func checkSchemeWhenCharIsColon(i int, rawURL []byte) (scheme, path []byte) {
}

// case :\
if rawURL[i+1] == '\\' {
if rawURL[i+1] == 92 {
return nil, rawURL
}

Expand Down

0 comments on commit 2450447

Please sign in to comment.