Skip to content
Snippets Groups Projects
Verified Commit 098967d0 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: http proxy

parent 96189d3b
No related branches found
No related tags found
2 merge requests!79Release 0.10.0,!75F http proxy
Pipeline #29910 failed
......@@ -612,7 +612,7 @@ class _Connection(object): # pylint: disable=useless-object-inheritance
method=method,
path=path,
headers=headers,
body=body, **kwargs)
body=body)
_LOGGER.debug("response: %s %s", str(http_response.status),
str(http_response.getheaders()))
self._authenticator.on_response(http_response)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment