diff --git a/src/PVE/APIServer/AnyEvent.pm b/src/PVE/APIServer/AnyEvent.pm index cd77806..7a8b9ad 100644 --- a/src/PVE/APIServer/AnyEvent.pm +++ b/src/PVE/APIServer/AnyEvent.pm @@ -292,7 +292,7 @@ sub response { my $content = $resp->content; if ($code =~ /^(1\d\d|[23]04)$/) { - # make sure content we have no content + # make sure informational, no content and not modified response send no content $content = ""; }