mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
The CNetworkJob::on_finish hook will be invoked both for success and failure, but there will only be a m_job->response() in the success case so we have to null-check it before using it. This should have been obvious from the "->"
639 B
639 B