mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-09 08:33:28 +02:00
If the request is stopped RequestServer::did_finish_request() will crash on the VERIFY() call since request.total_size.has_value() returns false. Let us instead use a conditional expression to verify if it has a value and then call async_request_finished().
5.6 KiB
5.6 KiB