]> git.proxmox.com Git - pve-manager.git/commit
Revert "api: query_url_metadata: optionally detect compression"
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Sep 2023 11:00:12 +0000 (13:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 27 Sep 2023 05:25:59 +0000 (07:25 +0200)
commitaec571de431ee623a6f56925cb28f8a34eef15e4
tree1393ddf3089177d7b7f4ca17b3fec82d69604691
parent9493f69cd77251b6cca9e186d1b59b63dbe3d5e5
Revert "api: query_url_metadata: optionally detect compression"

A simple string regex match on data that the API returns anyway can be
the job of a frontend/client..

Safe to do as we never released this API change in a bumped manager
version and switched the UI to extract this info client-side.

This reverts commit d61728e289c82c7ce35a03b5b6b3da45ae177c5c.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Nodes.pm