mirror of
https://git.proxmox.com/git/pve-http-server
synced 2025-07-01 06:29:41 +00:00
cleanup error message for non-existent files
This commit is contained in:
parent
e4bce23e8c
commit
666d3ae1d1
@ -942,7 +942,7 @@ sub handle_request {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
die "no such file '$path'";
|
die "no such file '$path'\n";
|
||||||
};
|
};
|
||||||
if (my $err = $@) {
|
if (my $err = $@) {
|
||||||
$self->error($reqstate, 501, $err);
|
$self->error($reqstate, 501, $err);
|
||||||
|
Loading…
Reference in New Issue
Block a user