mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
+ Fix header in http lib
This commit is contained in:
parent
0be270e757
commit
5916c3a9d9
@ -306,7 +306,7 @@ sub request {
|
||||
$self->{output}->exit();
|
||||
}
|
||||
|
||||
$self->{headers} = $response->{headers};
|
||||
$self->{headers} = $response->headers();
|
||||
$self->{response} = $response;
|
||||
return $response->content;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user