+ Fix header in http lib

This commit is contained in:
garnier-quentin 2016-06-06 11:26:35 +02:00
parent 0be270e757
commit 5916c3a9d9
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ sub request {
$self->{output}->exit();
}
$self->{headers} = $response->{headers};
$self->{headers} = $response->headers();
$self->{response} = $response;
return $response->content;
}