From 4855659eebfe7b2ea965daced88879277b75439c Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Tue, 25 Jul 2017 10:03:19 +0200 Subject: nuke old openssl --- pathod/pathoc.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'pathod') diff --git a/pathod/pathoc.py b/pathod/pathoc.py index 4a613349..63a15b55 100644 --- a/pathod/pathoc.py +++ b/pathod/pathoc.py @@ -223,14 +223,6 @@ class Pathoc(tcp.TCPClient): self.ws_framereader = None if self.use_http2: - if not tcp.HAS_ALPN: # pragma: no cover - log.write_raw( - self.fp, - "HTTP/2 requires ALPN support. " - "Please use OpenSSL >= 1.0.2. " - "Pathoc might not be working as expected without ALPN.", - timestamp=False - ) self.protocol = http2.HTTP2StateProtocol(self, dump_frames=self.http2_framedump) else: self.protocol = net_http.http1 -- cgit v1.2.3