Close #65 修正进入GC队列的HTTP Session写日志时触发的连接非法段错误
This commit is contained in:
@@ -37,7 +37,8 @@ struct tfe_conn
|
||||
|
||||
struct tfe_stream
|
||||
{
|
||||
struct tfe_stream_addr* addr;
|
||||
const char * str_stream_info;
|
||||
struct tfe_stream_addr * addr;
|
||||
enum tfe_stream_proto proto;
|
||||
struct tfe_conn upstream;
|
||||
struct tfe_conn downstream;
|
||||
|
||||
Reference in New Issue
Block a user