diff options
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | docs/source/faq.rst | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -9,7 +9,9 @@ websocket-client is a WebSocket client for Python. It provides access to low level APIs for WebSockets. websocket-client implements version [hybi-13](https://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-13) -of the WebSocket procotol. +of the WebSocket procotol. This client does not currently support the +permessage-deflate extension from +[RFC 7692](https://tools.ietf.org/html/rfc7692). ## Documentation 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? ======================================= |
