From 46b6a72577ae7c51604dc52e5a53d5c7efee71c5 Mon Sep 17 00:00:00 2001 From: wenxianping <931128603@qq.com> Date: Thu, 27 Dec 2018 14:38:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0cdn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- myUrllib/httpUtils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/myUrllib/httpUtils.py b/myUrllib/httpUtils.py index 2ab3c26..c1e1ad8 100755 --- a/myUrllib/httpUtils.py +++ b/myUrllib/httpUtils.py @@ -118,6 +118,7 @@ class HTTPClient(object): url_host = self._cdn elif is_cdn: if self._cdn: + print(u"当前请求cdn为{}".format(self._cdn)) url_host = self._cdn else: url_host = urls["Host"]