micropython-lib/python-ecosys/aiohttp/aiohttp
AuroraTea 2b0d7610ce aiohttp: Fix type of header's Sec-WebSocket-Key.
The function `binascii.b2a_base64()` returns a `bytes`, but here needs a
string.  Otherwise, the value of `Sec-WebSocket-Key` in the headers will be
`b'<BASE64-ENCODED_RANDOM_VALUE>'`.

Signed-off-by: AuroraTea <1352685369@qq.com>
2024-05-24 17:26:22 +10:00
..
__init__.py
aiohttp_ws.py aiohttp: Fix type of header's Sec-WebSocket-Key. 2024-05-24 17:26:22 +10:00