mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:07:34 +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
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