From 098967d0e54efcd86d3ec4f2d2792daf13df646b Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Thu, 3 Nov 2022 01:42:57 +0100 Subject: [PATCH] WIP: http proxy --- src/caosdb/connection/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caosdb/connection/connection.py b/src/caosdb/connection/connection.py index 3dd28fe2..fb75ea34 100644 --- a/src/caosdb/connection/connection.py +++ b/src/caosdb/connection/connection.py @@ -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) -- GitLab