Empty the header array

这个提交包含在:
Michael 2019-10-02 04:10:36 +00:00
父节点 489510e7a9
当前提交 b051804dc3
共有 1 个文件被更改,包括 1 次插入0 次删除

查看文件

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