2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-07-23 21:11:08 +00:00

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2011-06-24 18:11:12 +01:00
parent 5f608a44a5
commit 0cc03ac76a

View File

@@ -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;
}