mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
RequestServer: Make the certificate_requested IPC call asynchronous
It was already being used asynchronously inside RequestServer anyway.
This commit is contained in:
@@ -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) =|
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user