Hello,
On Wed, Aug 12, 2026 at 04:21:14PM +0000, Bob Zakharychev wrote:
> Mani,
>
> The RFC actually says (Section 3.2):
>
> "The authority component is preceded by a double slash ("//") and is
> terminated by the next slash ("/"), question mark ("?"), or number
> sign ("#") character, or by the end of the URI."
>
> To be fully conformant with the RFC, I suppose '#' needs to be added
> to the parser as authority terminating delimiter.
Indeed. By default we reject it, but users can allow it by enabling
http violations, so it would be better to also take care of it for
completeness.
Willy