mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-11 08:50:37 +00:00
RequestServer: Make the certificate_requested IPC call asynchronous
It was already being used asynchronously inside RequestServer anyway.
This commit is contained in:
parent
79ccba908e
commit
29fe4a5de5
Notes:
sideshowbarker
2024-07-18 18:22:46 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/29fe4a5de5c
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ endpoint RequestClient
|
|||
headers_became_available(i32 request_id, IPC::Dictionary response_headers, Optional<u32> status_code) =|
|
||||
|
||||
// Certificate requests
|
||||
certificate_requested(i32 request_id) => ()
|
||||
certificate_requested(i32 request_id) =|
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue