]> git.proxmox.com Git - pve-http-server.git/commit
fix #3807: don't attempt response on closed handle
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 29 Dec 2021 11:15:34 +0000 (12:15 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 13 Jan 2022 12:10:26 +0000 (13:10 +0100)
commite12e46c9790da21eb3f1fb11c23254150a6e99b9
tree515c5802285cc3db4fae27f326c50363e1b59e16
parentbaf8c8dc0dd15bc89641a480a654839b296363af
fix #3807: don't attempt response on closed handle

if a client closes the connection while the API server is
waiting/stalling here, the handle will disappear, and sending a response
is no longer possible.

(this issue is only cosmetic, but if such clients are a regular
occurrence it might get quite noisy in the logs)

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/PVE/APIServer/AnyEvent.pm