Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information