mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +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->{output}->exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
$self->{headers} = $response->{headers};
|
$self->{headers} = $response->headers();
|
||||||
$self->{response} = $response;
|
$self->{response} = $response;
|
||||||
return $response->content;
|
return $response->content;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user