Rocket/core
Sergio Benitez dbc43c41a3 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-03 20:03:40 -07:00
..
codegen Remove unnecessary 'mut' in 'uri!' impl. 2023-05-01 17:46:09 -07:00
http Fix missing port parsing in 'Authority'. 2023-05-03 20:03:40 -07:00
lib Tidy custom forward status changes, update docs. 2023-04-11 12:55:57 -07:00