TSG-9390 修复由于HTTP2流窗口限制导致部分大于6M文件hijack下载失败

This commit is contained in:
fengweihao
2022-04-14 10:10:29 +08:00
parent dc12d0dd6b
commit 8e6155ef31
3 changed files with 317 additions and 394 deletions

View File

@@ -116,9 +116,9 @@ struct tfe_h2_stream
unsigned int thread_id;
/** for down stream as server */
nghttp2_session *as_server;
nghttp2_session *http2_server_handle;
/** for up stream as client*/
nghttp2_session *as_client;
nghttp2_session *http2_client_handle;
const struct tfe_stream *tf_stream;
};