Close #116 去除根据ClientHello镜像上游SSL版本的功能,增加在连接摘要日志记录SSL版本和SNI的功能
This commit is contained in:
@@ -134,6 +134,10 @@ struct tfe_stream_private
|
||||
#define STREAM_EVENT_LOG_MAX 8
|
||||
struct tfe_stream_event_log log_event[STREAM_EVENT_LOG_MAX];
|
||||
unsigned int nr_log_event;
|
||||
|
||||
/* CONNECTION LOG */
|
||||
char ssl_downstream_info_dump[TFE_STRING_MAX];
|
||||
char ssl_upstream_info_dump[TFE_STRING_MAX];
|
||||
};
|
||||
|
||||
static inline void * __STREAM_LOGGER(struct tfe_stream_private * _stream)
|
||||
|
||||
Reference in New Issue
Block a user