summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/net/tls.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tls.c b/src/net/tls.c
index 5e22221d2..fba5160d2 100644
--- a/src/net/tls.c
+++ b/src/net/tls.c
@@ -949,6 +949,10 @@ static int tls_new_finished ( struct tls_session *tls,
tls->tx_state = TLS_TX_DATA;
( void ) data;
( void ) len;
+
+ /* Send notification of a window change */
+ xfer_window_changed ( &tls->plainstream );
+
return 0;
}