Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
dabasov committed Nov 15, 2023
1 parent 6313cb8 commit 9f65b2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

//====== THIS IS AUTOGENERATED FILE. DO NOT MODIFY ========

package version
const VERSIONSTR = "v1.10.0-100-gf600e64b"

const VERSIONSTR = "v1.10.0-111-g6313cb8a"
2 changes: 1 addition & 1 deletion zboxcore/zboxutil/url.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func unescape(s string, mode encoding) (string, error) {
default:
if (mode == encodeHost || mode == encodeZone) && s[i] < 0x80 && shouldEscape(s[i], mode) {
log.Error(s)
return "", InvalidHostError(s[i : i+1])
return "", InvalidHostError(s)
}
i++
}
Expand Down

0 comments on commit 9f65b2e

Please sign in to comment.