Empty the header array

このコミットが含まれているのは:
Michael 2019-10-02 04:10:36 +00:00
コミット 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()