Frontend: Add channel access granting/revoking support

This commit is contained in:
2023-09-16 17:06:10 +02:00
parent fe114e749c
commit 57365db9d8
5 changed files with 98 additions and 5 deletions

View File

@@ -340,7 +340,7 @@ sub redirect {
my $response = getBaseResponse(307, "Temporary Redirect");
$response.="Content-Length: 0\r\n";
$response.="Location: $aLocation\r\n";
$response.="Location: $aLocation\r\n\r\n";
$aClient->send($response);
}