1
0
Fork 0
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:
AnotherTest 2020-05-21 00:35:19 +04:30 committed by Andreas Kling
parent ef49309807
commit 7d76299ca9
Notes: sideshowbarker 2024-07-19 06:18:04 +09:00
2 changed files with 22 additions and 11 deletions

View file

@ -376,6 +376,7 @@ private:
bool flush();
void write_into_socket();
void read_from_socket();
bool check_connection_state(bool read);