]> git.proxmox.com Git - pve-manager-legacy.git/commit
try to add resonable warning if client connections vanished
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 22 May 2013 08:48:17 +0000 (10:48 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 22 May 2013 08:54:21 +0000 (10:54 +0200)
commitb51d83cbfb2f9f1511a817a5bd7e1d0dd38a2cff
treea9a8d66b0c63ba289bfaaddf627eb9da9f196b55
parente0a7581c25b8cdd0d37e9c0955ac538ae358f3a7
try to add resonable warning if client connections vanished

The proxy call is done async, so the original connection can be
closed already. This just adds a reasonable warning message. We
can remove the message later if that turns out to work as expected.
PVE/HTTPServer.pm