Automatically disable SSL compression.
To mitigate the risk of certain attacks, SSL compression is now disabled by default. To enable, you can use the new ssl::context::clear_options() function like so:
my_context.clear_options(asio::ssl::context::no_compression);