]> git.ipfire.org Git - thirdparty/starlette.git/commit
Set `ensure_ascii=False` on `json.dumps()` for `WebSocket.send_json()` (#2341)
author夏悠然 <45480822+xiayouran@users.noreply.github.com>
Fri, 1 Dec 2023 13:23:06 +0000 (21:23 +0800)
committerGitHub <noreply@github.com>
Fri, 1 Dec 2023 13:23:06 +0000 (13:23 +0000)
commita1ee8b4f45594634117a7cee66ad13343fcd3373
treebaffd2f8b239acc21713f9294354005866f1d240
parent811dacc06291c869298ff9f6e26b23a6309d08e2
Set `ensure_ascii=False` on `json.dumps()` for `WebSocket.send_json()` (#2341)

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
starlette/testclient.py
starlette/websockets.py
tests/test_websockets.py