#4518 Set grpc.enable_http_proxy=False in Python client code

This commit is contained in:
Gaute Lindkvist 2019-07-25 10:37:41 +02:00
parent 2971c74c2e
commit d6d1ebd25d

View File

@ -114,7 +114,7 @@ class Instance:
logging.basicConfig()
location = "localhost:" + str(port)
self.channel = grpc.insecure_channel(location)
self.channel = grpc.insecure_channel(location, options=[('grpc.enable_http_proxy', False)])
self.launched = launched
# Main version check package