*修改nghttp2对于控制帧(set ping等)自动回复数据,造成原服务数据冗余发送goaway帧

*修改下发替换规则后,csdn页面数据图片无法显示问题
(原因:由于数据Header,在不同流中,且不同流中存在多个流id)
*修改模拟C对推送承诺帧drop处理,造成当前流中数据丢失
*修改页面访问新浪sinaere.js失败
*修改流id数据未及时释放造成页面刷新延缓
This commit is contained in:
fengweihao
2019-03-14 10:51:15 +08:00
committed by zhengchao
parent 67d8523de0
commit fcde7bfbf3
6 changed files with 88 additions and 70 deletions

View File

@@ -82,6 +82,7 @@ struct h2_stream_data_t{
int spd_set;
int spd_valid;
int rse_set;
int flag_end;
tfe_http_event spd_event;
struct http_frame_session_ctx *frame_ctx;