Skip to content
This repository was archived by the owner on Jun 5, 2021. It is now read-only.

Commit 8f52f82

Browse files
committed
uri: fix port set
1 parent 61325ce commit 8f52f82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

uri.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ func ParseURI(rawURI string) (URI, error) {
5555
// URL parser already verifies that port is integer.
5656
uri.Port = port
5757
}
58-
uri.Port = port
5958
}
6059
return uri, nil
6160
}

0 commit comments

Comments
 (0)