mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +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.