mirror of
git://git.proxmox.com/git/pve-http-server.git
synced 2025-08-03 20:21:56 +03:00
response: improve no content comment
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -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 = "";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user