mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +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->{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