修复命中resp bady的阻断规则,http2未关闭连接,导致网站正常访问
This commit is contained in:
fengweihao
2019-06-20 19:05:48 +08:00
parent 07d10d87b6
commit 251e40e588
3 changed files with 51 additions and 45 deletions

View File

@@ -109,6 +109,7 @@ struct tfe_h2_stream
TAILQ_HEAD(list_head, tfe_h2_session) h2_session_list;
int goaway;
int kill_signal;
enum tfe_stream_action stream_action;