]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[tls] Send xfer_window_changed() when TLS session is established
authorMichael Brown <mcb30@ipxe.org>
Fri, 24 Jun 2011 17:11:12 +0000 (18:11 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 28 Jun 2011 13:45:07 +0000 (14:45 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/tls.c

index 5e22221d2974da61bf29e38bb50ab96395711b44..fba5160d27e193ade7b0ae5cf29d1193bb575de9 100644 (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;
 }