Use persistent connections

This commit is contained in:
James Taylor
2019-02-25 20:47:49 -08:00
parent b32330be4f
commit 1e1f55c9e5
38 changed files with 9395 additions and 22 deletions

View File

@@ -0,0 +1,5 @@
from __future__ import absolute_import
from . import ssl_match_hostname
__all__ = ('ssl_match_hostname', )