mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-10 11:36:22 +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: 29fe4a5de5
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) =|
|
headers_became_available(i32 request_id, IPC::Dictionary response_headers, Optional<u32> status_code) =|
|
||||||
|
|
||||||
// Certificate requests
|
// Certificate requests
|
||||||
certificate_requested(i32 request_id) => ()
|
certificate_requested(i32 request_id) =|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue