Browse Source

[tls] Send xfer_window_changed() when TLS session is established

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 years ago
parent
commit
0cc03ac76a
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/net/tls.c

+ 4
- 0
src/net/tls.c View File

@@ -949,6 +949,10 @@ static int tls_new_finished ( struct tls_session *tls,
949 949
 	tls->tx_state = TLS_TX_DATA;
950 950
 	( void ) data;
951 951
 	( void ) len;
952
+
953
+	/* Send notification of a window change */
954
+	xfer_window_changed ( &tls->plainstream );
955
+
952 956
 	return 0;
953 957
 }
954 958
 

Loading…
Cancel
Save