mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibProtocol+RequestServer: Add IPC to dump RequestServer connection info
This was available on Serenity by sending SIGINFO to RequestServer. Add an IPC so we may see this info while running the browser.
This commit is contained in:
@@ -384,4 +384,9 @@ Messages::RequestServer::WebsocketSetCertificateResponse ConnectionFromClient::w
|
||||
return success;
|
||||
}
|
||||
|
||||
void ConnectionFromClient::dump_connection_info()
|
||||
{
|
||||
ConnectionCache::dump_jobs();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user