]> git.ipfire.org Git - thirdparty/tornado.git/commit
Changed websocket message buffer from bytes to bytearray for performance increase 3192/head
authorJeppe Rask <jr@flow-robotics.com>
Mon, 3 Oct 2022 19:43:21 +0000 (21:43 +0200)
committerJeppe Rask <jr@flow-robotics.com>
Mon, 3 Oct 2022 19:43:21 +0000 (21:43 +0200)
commit0acb0aad28ff1352777aac1df73f585f20482b74
tree94000556111ff85dbc3dcaf3df0b23a25d47cf7e
parent7689e3f01e6ba82555f2cfac204f6f2cb7cae82b
Changed websocket message buffer from bytes to bytearray for performance increase
tornado/websocket.py