summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2021-04-29 21:25:33 -0400
committerengn33r <engn33r@users.noreply.github.com>2021-04-29 21:25:33 -0400
commitfd3a49caecceb221269c3c50e1b0b2df3449f850 (patch)
treef8154111dee025bd3f8ccac56d8d61a62fd30a63 /docs/source
parent130633692554be3d523c64c75b2938fe7c3082d0 (diff)
downloadwebsocket-client-fd3a49caecceb221269c3c50e1b0b2df3449f850.tar.gz
Clarify WebSocket Extensions not supported
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/faq.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/faq.rst b/docs/source/faq.rst
index 4b2280d..679541b 100644
--- a/docs/source/faq.rst
+++ b/docs/source/faq.rst
@@ -48,7 +48,8 @@ You can view the currently supported WebSocket features in the
latest autobahn compliance HTML report, found under the
`compliance folder. <https://github.com/websocket-client/websocket-client/tree/master/compliance>`_
If you use the ``Sec-WebSocket-Extensions: permessage-deflate`` header with
-websocket-client, you will probably encounter errors.
+websocket-client, you will probably encounter errors, such as the ones described
+in `issue #314. <https://github.com/websocket-client/websocket-client/tree/master/compliance>`_
How to disable ssl cert verification?
=======================================