3
This commit is contained in:
@@ -662,6 +662,8 @@ class HttpClient
|
|||||||
}
|
}
|
||||||
curl_setopt($ch, CURLOPT_HEADER, true);
|
curl_setopt($ch, CURLOPT_HEADER, true);
|
||||||
|
|
||||||
|
var_dump($this->parseHeaderMat());
|
||||||
|
|
||||||
if ($headers = $this->parseHeaderMat()) {
|
if ($headers = $this->parseHeaderMat()) {
|
||||||
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
|
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user