mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-10 09:02:14 +02:00
The ParseError::InvalidURL variant is returned by from_raw_request() when a query string cannot be converted to a valid String. However, parse_error_to_string() does not handle this variant, causing it to fall through to VERIFY_NOT_REACHED() and crash. This adds the missing case.
2.2 KiB
2.2 KiB