mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
This reverts commit a3ef5df680.
This commit is contained in:
@@ -216,8 +216,6 @@ func parseAuthority(authority: string, result: var Uri) =
|
||||
result.isIpv6 = true
|
||||
of ']':
|
||||
inIPv6 = false
|
||||
of '\0':
|
||||
break
|
||||
else:
|
||||
if inPort:
|
||||
result.port.add(authority[i])
|
||||
|
||||
Reference in New Issue
Block a user