]> git.proxmox.com Git - pve-http-server.git/commit
AnyEvent/websocket_proxy: remove 'base64' handling
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 17 May 2021 13:07:34 +0000 (15:07 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 18 May 2021 07:24:16 +0000 (09:24 +0200)
commit1201435994ac9791945ddfbd328c3295814af7e7
tree0b888a28fd86e3d9b97395bc57aabce769f7b5ea
parenta7f937b2d037f981d01c935415a7d7a27aa20dc5
AnyEvent/websocket_proxy: remove 'base64' handling

novnc does not support this anymore since 2015, and neither does
our xtermjs client. it is also not listed in IANAs list of websocket
protocols [0].

so simply drop it and only send out binary frames and don't decode text frames

0: https://www.iana.org/assignments/websocket/websocket.xml#subprotocol-name

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/PVE/APIServer/AnyEvent.pm