]> git.proxmox.com Git - pve-http-server.git/commit
fix #1869: send correct http response in spice proxy
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 16 Aug 2018 12:48:12 +0000 (14:48 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 17 Aug 2018 06:28:36 +0000 (08:28 +0200)
commita4d8bbafbe400be78bebeab169963025dc46e29b
tree354d7e6ab36e06533e338015d4a1086fb85f8784
parented8d2557ae46b70dd660bd9bff97a98a741688d8
fix #1869: send correct http response in spice proxy

the glib implementation of the http proxy correctly checks the
http response (response code, followed by an empty line)
so we need to answer with the correct status

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