mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-06 04:31:29 +08:00
ASGI allows websocket.send messages to contain both text and bytes keys where one is None. Check for truthy values instead of key existence.
ASGI allows websocket.send messages to contain both text and bytes keys where one is None. Check for truthy values instead of key existence.