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