mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
LibTLS: Do not call on_tls_finished until the client has read app data
This commit is contained in:
parent
ef49309807
commit
7d76299ca9
Notes:
sideshowbarker
2024-07-19 06:18:04 +09:00
Author: https://github.com/alimpfard
Commit: 7d76299ca9
Pull-request: https://github.com/SerenityOS/serenity/pull/2312
2 changed files with 22 additions and 11 deletions
|
@ -376,6 +376,7 @@ private:
|
|||
|
||||
bool flush();
|
||||
void write_into_socket();
|
||||
void read_from_socket();
|
||||
|
||||
bool check_connection_state(bool read);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue