From 41393ef343ffb6e1f7d636eed2db3788c7262082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 25 Nov 2020 17:29:46 +0800 Subject: [PATCH] add clear --- wchat/common/HttpClient.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 2fac68d..a32b210 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -1003,7 +1003,6 @@ class HttpClient } $headers[] = $header; } - $this->header = []; return $headers; }