mirror of
https://github.com/RGBCube/serenity
synced 2026-01-20 00:11:01 +00: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. |
||
|---|---|---|
| .. | ||
| Download.cpp | ||
| Download.h | ||
| HttpDownload.cpp | ||
| HttpDownload.h | ||
| HttpProtocol.cpp | ||
| HttpProtocol.h | ||
| main.cpp | ||
| Makefile | ||
| Protocol.cpp | ||
| Protocol.h | ||
| ProtocolClient.ipc | ||
| ProtocolServer.ipc | ||
| PSClientConnection.cpp | ||
| PSClientConnection.h | ||