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"]