在http block中,http response body事件调用tfe_http_session_kill关闭会话。
This commit is contained in:
@@ -884,7 +884,8 @@ static void http_reject(const struct tfe_http_session * session, enum tfe_http_e
|
||||
}
|
||||
else
|
||||
{
|
||||
//TODO: close http session.
|
||||
to_write_sess = tfe_http_session_allow_write(session);
|
||||
tfe_http_session_kill(to_write_sess);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user