mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibIMAP: Stop leaking a Core::Promise<bool> in IMAP::Client::connect()
This commit is contained in:
parent
f4c4b42db9
commit
51ae913bfe
Notes:
sideshowbarker
2024-07-18 04:55:39 +09:00
Author: https://github.com/awesomekling
Commit: 51ae913bfe
4 changed files with 6 additions and 6 deletions
|
@ -21,7 +21,7 @@ class Client {
|
|||
public:
|
||||
Client(StringView host, unsigned port, bool start_with_tls);
|
||||
|
||||
Optional<RefPtr<Promise<Empty>>> connect();
|
||||
RefPtr<Promise<Empty>> connect();
|
||||
RefPtr<Promise<Optional<Response>>> send_command(Command&&);
|
||||
RefPtr<Promise<Optional<Response>>> send_simple_command(CommandType);
|
||||
void send_raw(StringView data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue