File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Using asyncio
4
4
.. currentmodule :: websockets.asyncio.connection
5
5
6
6
.. admonition :: This FAQ is written for the new :mod:`asyncio` implementation.
7
- :class: hint
7
+ :class: tip
8
8
9
9
Answers are also valid for the legacy :mod: `asyncio ` implementation.
10
10
Original file line number Diff line number Diff line change 4
4
.. currentmodule :: websockets.asyncio.client
5
5
6
6
.. admonition :: This FAQ is written for the new :mod:`asyncio` implementation.
7
- :class: hint
7
+ :class: tip
8
8
9
9
Answers are also valid for the legacy :mod: `asyncio ` implementation.
10
10
Original file line number Diff line number Diff line change 4
4
.. currentmodule :: websockets.asyncio.server
5
5
6
6
.. admonition :: This FAQ is written for the new :mod:`asyncio` implementation.
7
- :class: hint
7
+ :class: tip
8
8
9
9
Answers are also valid for the legacy :mod: `asyncio ` implementation.
10
10
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Backwards-incompatible changes
48
48
.. _python-socks : https://github.com/romis2012/python-socks
49
49
50
50
.. admonition :: Keepalive is enabled in the :mod:`threading` implementation.
51
- :class: note
51
+ :class: important
52
52
53
53
The :mod: `threading ` implementation now sends Ping frames at regular
54
54
intervals and closes the connection if it doesn't receive a matching Pong
@@ -135,7 +135,7 @@ Backwards-incompatible changes
135
135
websockets 13.1 is the last version supporting Python 3.8.
136
136
137
137
.. admonition :: The new :mod:`asyncio` implementation is now the default.
138
- :class: danger
138
+ :class: attention
139
139
140
140
The following aliases in the ``websockets `` package were switched to the new
141
141
:mod: `asyncio ` implementation::
@@ -749,7 +749,7 @@ Security fix
749
749
............
750
750
751
751
.. admonition :: websockets 9.1 fixes a security issue introduced in 8.0.
752
- :class: important
752
+ :class: danger
753
753
754
754
Version 8.0 was vulnerable to timing attacks on HTTP Basic Auth passwords
755
755
(`CVE-2021-33880 `_).
@@ -1168,7 +1168,7 @@ Security fix
1168
1168
............
1169
1169
1170
1170
.. admonition :: websockets 5.0 fixes a security issue introduced in 4.0.
1171
- :class: important
1171
+ :class: danger
1172
1172
1173
1173
Version 4.0 was vulnerable to denial of service by memory exhaustion
1174
1174
because it didn't enforce ``max_size `` when decompressing compressed
You can’t perform that action at this time.
0 commit comments