]> git.proxmox.com Git - pve-http-server.git/commit
websocket: improve masking performance
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 6 Mar 2020 10:20:27 +0000 (11:20 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 7 Mar 2020 19:11:12 +0000 (20:11 +0100)
commitc55702c39b1fd3b44f96de33a78226db6f672923
treefef607a8287802212587c9fe72d2e85dab86b7b4
parent597f8fb9d1eb8a144e68d591da1382ffb766c0cf
websocket: improve masking performance

in order to make websocket proxying feasible as general tunnel, we need
to be able to transfer more than a few MB/s

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/APIServer/AnyEvent.pm