From 3a2bb833ecce19cc6e542ad0e631d0a4b856d5b3 Mon Sep 17 00:00:00 2001 From: levlam Date: Mon, 1 Jul 2019 17:37:31 +0300 Subject: [PATCH] Fix TlsReaderByteFlow. GitOrigin-RevId: 8a7dfc63a176d0c054e434904784d92467ddcba8 --- td/mtproto/TlsReaderByteFlow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/td/mtproto/TlsReaderByteFlow.cpp b/td/mtproto/TlsReaderByteFlow.cpp index 8dafe044c..ad0abb1de 100644 --- a/td/mtproto/TlsReaderByteFlow.cpp +++ b/td/mtproto/TlsReaderByteFlow.cpp @@ -37,6 +37,7 @@ void TlsReaderByteFlow::loop() { output_.append(it.cut_head(len)); *input_ = std::move(it); + on_output_updated(); } }