在http block中,http response body事件调用tfe_http_session_kill关闭会话。

This commit is contained in:
zhengchao
2018-12-09 21:39:24 +06:00
committed by luqiuwen
parent fd09f249b6
commit 94242de81c
2 changed files with 2 additions and 2 deletions

View File

@@ -353,7 +353,6 @@ static void __conn_private_destory_with_ssl(struct event_base * ev_base,
static void __stream_bev_passthrough_readcb(struct bufferevent * bev, void * arg)
{
struct tfe_stream_private * _stream = (struct tfe_stream_private *) arg;
struct tfe_proxy * _proxy = _stream->proxy_ref;
struct tfe_conn_private * peer_conn = __peer_conn(_stream, __bev_dir(_stream, bev));
struct evbuffer * __input_buffer = bufferevent_get_input(bev);