完成和key keeper的联调。
This commit is contained in:
@@ -552,7 +552,7 @@ void tfe_stream_destory(struct tfe_stream_private * stream)
|
||||
|
||||
if (__IS_SSL(stream) && stream->ssl_downstream)
|
||||
{
|
||||
evutil_socket_t __to_closed_fd = __conn_private_release_fd(stream->conn_upstream);
|
||||
evutil_socket_t __to_closed_fd = __conn_private_release_fd(stream->conn_downstream);
|
||||
ssl_stream_free_and_close_fd(stream->ssl_downstream, ev_base, __to_closed_fd);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user