Close #65 修正进入GC队列的HTTP Session写日志时触发的连接非法段错误

This commit is contained in:
Lu Qiuwen
2018-11-04 18:30:33 +08:00
parent adcd1640bf
commit 2d02343b50
7 changed files with 81 additions and 20 deletions

View File

@@ -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;