mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:27:34 +00:00
LibTLS: Do not call on_tls_finished until the client has read app data
This commit is contained in:
parent
ef49309807
commit
7d76299ca9
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