Rocket/core
Sergio Benitez 4f5a83ba9c Fix missing port parsing in 'Authority'.
If a port part was missing, the 'Authority' parser previously set the
port to `0`. This is incorrect. As in RFC#3986 3.2.3:

> URI producers and normalizers should omit the port component and its
  ":" delimiter if port is empty [..]

This commit fixes the parser's behavior to align with the RFC.
2023-05-05 18:21:17 -07:00
..
codegen Remove unnecessary 'mut' in 'uri!' impl. 2023-05-05 18:21:17 -07:00
http Fix missing port parsing in 'Authority'. 2023-05-05 18:21:17 -07:00
lib Tidy custom forward status changes, update docs. 2023-05-05 18:21:17 -07:00