修复ssl session缓存中对openssl的不正确使用。
This commit is contained in:
@@ -404,6 +404,10 @@ static void __stream_bev_eventcb(struct bufferevent * bev, short events, void *
|
||||
{
|
||||
this_conn->closed = 1;
|
||||
reason = REASON_ERROR;
|
||||
if(__IS_SSL(_stream))
|
||||
{
|
||||
ssl_stream_log_error(bev, dir, __STREAM_LOGGER(_stream));
|
||||
}
|
||||
goto call_plugin_close;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user