Empty the header array

Este commit está contenido en:
Michael 2019-10-02 04:10:36 +00:00
padre 489510e7a9
commit b051804dc3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados

Ver fichero

@ -134,6 +134,7 @@ class CurlResult
$this->body = substr($result, strlen($header));
$this->header = $header;
$this->header_fields = []; // Is filled on demand
}
private function checkSuccess()