fix fault when sending data on closed channel

This commit is contained in:
Martin Michelsen
2022-07-27 00:57:15 -07:00
parent ea62275f89
commit ca2c17360d
3 changed files with 11 additions and 2 deletions
+1
View File
@@ -65,6 +65,7 @@ private:
uint32_t next_client_seq;
uint32_t acked_server_seq;
size_t resend_push_usecs;
size_t next_push_max_frame_size;
size_t max_frame_size;
size_t bytes_received;
size_t bytes_sent;