From 08b7ca1d35c0e4d06695e8744708ae6cf3f5af7a Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 4 Jan 2018 08:48:00 -0500 Subject: Remove vestigial support for TLS compression It was never supported and never will be. Removing negotiation entirely simplifies the code a bit. --- doc/manual/tls.rst | 9 --------- 1 file changed, 9 deletions(-) (limited to 'doc/manual') diff --git a/doc/manual/tls.rst b/doc/manual/tls.rst index 32f6c5fb2..a41245448 100644 --- a/doc/manual/tls.rst +++ b/doc/manual/tls.rst @@ -923,15 +923,6 @@ policy settings from a file. Default: false - .. cpp:function:: std::vector compression() const - - Return the list of compression methods we are willing to use, in order of - preference. Default is null compression only. - - .. note:: - - TLS data compression is not currently supported. - .. cpp:function:: bool acceptable_protocol_version(Protocol_Version version) Return true if this version of the protocol is one that we are -- cgit v1.2.3