修复命中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

@@ -30,6 +30,9 @@ int tfe_stream_write(const struct tfe_stream * stream, enum tfe_conn_dir dir, co
return 0;
}
void tfe_stream_kill(const struct tfe_stream * stream)
{}
int tfe_stream_action_set_opt(const struct tfe_stream * stream, enum tfe_stream_action_opt type,
void * value, size_t size)
{