mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
vmm.ping/vm.info will hang for PUT method, vm.create/vmm.shutdonw hang for GET method. Because these four APIs do not write the response body when the HTTP method does not match. Signed-off-by: LiHui <andrewli@kubesphere.io>