std.Uri fails to parse on empty authority section so breaks file:/// scheme parsing #14825
Labels
bug
Observed behavior contradicts documented or intended behavior
standard library
This issue involves writing Zig code for the standard library.
Milestone
The "authority" section of a URL is allowed to be empty. In particular if the URL scheme is "file://", the authority section is expected to be empty.
This is a bug:
zig/lib/std/Uri.zig
Line 126 in 6218e40
Thanks.
The text was updated successfully, but these errors were encountered: