You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Work around SSL compression methods memory leak in ASIO
Call SSL_COMP_free_compression_methods() because ASIO itself doesn't, even
though it should, because it calls SSL_library_init() which allocates memory
for the compression methods.
Closes#67
0 commit comments