+ 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…
Reference in New Issue