mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
RequestServer: Remove "dump connection info" mechanism and UI
This is not relevant anymore when we use CURL.
This commit is contained in:
parent
e483bb70f0
commit
6d91c42214
Notes:
github-actions[bot]
2024-09-19 05:39:11 +00:00
Author: https://github.com/awesomekling
Commit: 6d91c42214
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1400
9 changed files with 0 additions and 78 deletions
|
@ -146,9 +146,4 @@ void RequestClient::websocket_certificate_requested(i32 connection_id)
|
|||
maybe_connection.value()->did_request_certificates({});
|
||||
}
|
||||
|
||||
void RequestClient::dump_connection_info()
|
||||
{
|
||||
async_dump_connection_info();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue