Files
ladybird/Libraries/LibHTTP/HttpRequest.h
Praise-Garfield 3e719be607 LibHTTP: Handle InvalidURL in parse_error_to_string
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.
2026-02-14 14:35:01 -05:00

2.2 KiB