diff options
| author | engn33r <engn33r@users.noreply.github.com> | 2021-03-29 15:59:07 -0700 |
|---|---|---|
| committer | engn33r <engn33r@users.noreply.github.com> | 2021-03-29 15:59:07 -0700 |
| commit | 7466b961f68bda3c17d2aa4701fd145abf3474ed (patch) | |
| tree | 0750284b0cbf0af2dcb562f00ec88f5ece518a27 /docs | |
| parent | aa0ddd291beb116d7625cd96f2b3971fa196c7f6 (diff) | |
| download | websocket-client-7466b961f68bda3c17d2aa4701fd145abf3474ed.tar.gz | |
Document lack of WebSocket Compression support
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/faq.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/source/faq.rst b/docs/source/faq.rst index eadacad..2af4944 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -35,6 +35,17 @@ the choice of ``import websocket``, see and to read about websocket-client vs. websocket_client, see `issue #147 <https://github.com/websocket-client/websocket-client/issues/147>`_ +Is WebSocket Compression using the permessage-deflate extension supported? +============================================================================ + +No, `RFC 7692 <https://tools.ietf.org/html/rfc7692>`_ for WebSocket Compression +is unfortunately not supported by the websocket-client library at this time. +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. + How to disable ssl cert verification? ======================================= |
