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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user