mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
+ Fix header in http lib
This commit is contained in:
parent
7cbbbfd074
commit
d58451776a
@ -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