From 9c7a23d8025a61a13ee531514d770574763a8a91 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Fri, 3 Jan 2020 15:12:57 +0800 Subject: [PATCH] add clear --- common/HttpClient.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/HttpClient.php b/common/HttpClient.php index 2e1fe7e..97dfc30 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -502,6 +502,8 @@ class HttpClient private function headerFormat($headers) { $_tmp = []; + + var_dump($headers); foreach ($headers as $key => $val) { $trim = explode(': ', trim($val));