]> git.proxmox.com Git - pve-http-server.git/commit
Don't override explicit $nocomp with default
authorStoiko Ivanov <s.ivanov@proxmox.com>
Thu, 21 Feb 2019 09:35:11 +0000 (10:35 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 21 Feb 2019 09:40:16 +0000 (10:40 +0100)
commit404175ada21a27547dd761c8c62d76bb9f94c04a
tree71b5d524d261038c8019d39074466b6f2490c2ec
parent23dfd1b7c9c33ef78e551ac87edca7160711c03d
Don't override explicit $nocomp with default

By making compression configurable the $nocomp flag in response got set to
the configured (or default) setting, irrespective of the explicitly passed
value to response.

This broke (e.g.) noVNC connections

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
PVE/APIServer/AnyEvent.pm