mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:57:35 +00:00
CNetworkJob: Automatically delete finished jobs after on_finish.
Also, pretty-print any failure messages.
This commit is contained in:
parent
639478391b
commit
af75ccee65
2 changed files with 19 additions and 1 deletions
|
@ -35,3 +35,5 @@ private:
|
|||
RefPtr<CNetworkResponse> m_response;
|
||||
Error m_error { Error::None };
|
||||
};
|
||||
|
||||
const char* to_string(CNetworkJob::Error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue