소스 검색

[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 년 전
부모
커밋
0cc03ac76a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      src/net/tls.c

+ 4
- 0
src/net/tls.c 파일 보기

@@ -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…
취소
저장