From 31f65bda025f0e444c719be9dc0184695c4ae513 Mon Sep 17 00:00:00 2001 From: KenjiTakahashi Date: Mon, 13 Apr 2015 16:05:33 +0200 Subject: [PATCH] Mention SNI support in FAQ --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index d953e4b..495a043 100644 --- a/README.rst +++ b/README.rst @@ -158,6 +158,12 @@ WebSocket sample:: ws.connect("wss://echo.websocket.org") +How to enable `SNI `_? +------------------ + +SNI support is available for Python 2.7.9+ and 3.2+. It will be enabled automatically whenever possible. + + Sub Protocols. ----------------------------------------