Merge remote-tracking branch 'origin/master' into Openstack

This commit is contained in:
Shini31 2016-06-07 16:11:05 +02:00
commit 24e04be830
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;
}