Files
transmission/tests
Yat Ho cf0a596a45 fix: url port parsing (#8109)
* fix: url port parsing

- `tr_urlParse()` should fail if cannot parse port
- Avoid parsing scheme ports to numbers
- Port should not be parsed to a negative number
- Port should not be parsed to `0`
- Directly parse number string to `uint16_t`

* test: invalid port
2026-01-11 11:43:12 -06:00
..
2023-12-23 10:32:04 -06:00