mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 01:22:12 +02:00
StartDownload requests for unhandled protocols (or invalid URLs) will now refuse to load instead of asserting. A failure code is sent back to LibProtocol and Protocol::Client::start_download() returns nullptr. Fixes #1604.