]> git.proxmox.com Git - pve-http-server.git/commit - src/PVE/APIServer/AnyEvent.pm
fix #1935: read empty line after 200 OK
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 28 Sep 2018 07:36:39 +0000 (09:36 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 28 Sep 2018 07:40:15 +0000 (09:40 +0200)
commit6c31d13ebc35c33e7e11e0b65bb71169faef6e3f
treee75bfb8cb65d0dfdd732d4e3937cce6b87fff7b2
parent131889e97736d1864a8ed3545b5b03306a43270a
fix #1935: read empty line after 200 OK

commit a4d8bbafbe400be78bebeab169963025dc46e29b
introduced an additional empty line after '200 OK'
for remote-viewer 7 to work, but we also have to read this line
in our own proxy reader else the connection to a remote node does
not work

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