Append comment (#1658)

This commit is contained in:
Christophe Maudoux 2019-02-26 21:55:03 +01:00
parent d557018c8f
commit cb65e0984e

View File

@ -645,9 +645,11 @@ sub sendHeaders {
}
}
## @rfunction array ref checkHeaders()
# Return computed headers by forgeHeadersInit() for the current virtual host
sub checkHeaders {
my ( $class, $req, $session ) = @_;
my $vhost = $class->resolveAlias($req);
my $vhost = $class->resolveAlias($req);
my $array_headers = [];
if ( defined $class->tsv->{forgeHeaders}->{$vhost} ) {