david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[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
1 changed files with 4 additions and 0 deletions

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