1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:27:35 +00: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
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);