1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 23:48:11 +00:00
serenity/Servers/ProtocolServer
Andreas Kling 4104f53a94 ProtocolServer: Don't crash on failed request
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 "->"
2019-11-30 11:02:14 +01:00
..
Download.cpp ProtocolServer: Send the download payload to clients as a shared buffer 2019-11-23 22:11:44 +01:00
Download.h ProtocolServer: Send the download payload to clients as a shared buffer 2019-11-23 22:11:44 +01:00
HttpDownload.cpp ProtocolServer: Don't crash on failed request 2019-11-30 11:02:14 +01:00
HttpDownload.h ProtocolServer+LibProtocol: Introduce a server for handling downloads 2019-11-23 21:50:32 +01:00
HttpProtocol.cpp ProtocolServer+LibProtocol: Introduce a server for handling downloads 2019-11-23 21:50:32 +01:00
HttpProtocol.h ProtocolServer+LibProtocol: Introduce a server for handling downloads 2019-11-23 21:50:32 +01:00
main.cpp ProtocolServer: Port to socket takeover 2019-11-26 19:58:25 +01:00
Makefile LibCore: Move puff() from LibDraw to LibCore 2019-11-23 23:43:37 +01:00
Protocol.cpp ProtocolServer+LibProtocol: Introduce a server for handling downloads 2019-11-23 21:50:32 +01:00
Protocol.h ProtocolServer+LibProtocol: Introduce a server for handling downloads 2019-11-23 21:50:32 +01:00
ProtocolClient.ipc ProtocolServer: Send the download payload to clients as a shared buffer 2019-11-23 22:11:44 +01:00
ProtocolServer.ipc ProtocolServer: Send the download payload to clients as a shared buffer 2019-11-23 22:11:44 +01:00
PSClientConnection.cpp ProtocolServer: Send the download payload to clients as a shared buffer 2019-11-23 22:11:44 +01:00
PSClientConnection.h ProtocolServer: Send the download payload to clients as a shared buffer 2019-11-23 22:11:44 +01:00