Empty the header array

Cette révision appartient à :
Michael 2019-10-02 04:10:36 +00:00
Parent 489510e7a9
révision b051804dc3
1 fichiers modifiés avec 1 ajouts et 0 suppressions

Voir le fichier

@ -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()