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

Commit

Permalink
uri: fix port set
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jan 3, 2020
1 parent 61325ce commit 8f52f82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uri.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ func ParseURI(rawURI string) (URI, error) {
// URL parser already verifies that port is integer.
uri.Port = port
}
uri.Port = port
}
return uri, nil
}

0 comments on commit 8f52f82

Please sign in to comment.