Jian (Miracle) Zhou

Results 2 comments of Jian (Miracle) Zhou

Looks like the problem is in thrift.transport.THttpClient: Problem code: ```python @staticmethod def basic_proxy_auth_header(proxy): if proxy is None or not proxy.username: return None ap = "%s:%s" % (urllib.parse.unquote(proxy.username), urllib.parse.unquote(proxy.password)) cr =...

Ah, nice. I only started to play around with the connector this morning and did not get to look into other linked issues. Good to know there is a better...