aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'netlib/test.py')
-rw-r--r--netlib/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/netlib/test.py b/netlib/test.py
index 7d24d80e..3378279b 100644
--- a/netlib/test.py
+++ b/netlib/test.py
@@ -62,6 +62,7 @@ class TServer(tcp.TCPServer):
self.ssl["key"],
method = method,
options = options,
+ handle_sni = getattr(h, "handle_sni", None)
)
h.handle()
h.finish()