]> git.proxmox.com Git - pve-http-server.git/commit
do not send websocket status code to port
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 23 Nov 2017 14:55:55 +0000 (15:55 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 24 Nov 2017 08:19:21 +0000 (09:19 +0100)
commite3b29cc9dab3745a6a7af310a335f9e4059f4288
treee7a840d2022eb9023274260e62ee84ba708ce728
parentd80c5f14c12931a7191f6e351933fe8eb6411b07
do not send websocket status code to port

this is not data, but the status code,
so print it in debug mode instead

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