Frontend: Add channel access granting/revoking support
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user