Skip to content
Snippets Groups Projects
Commit 4fecd90b authored by Daniel's avatar Daniel
Browse files

FIX: Resolved problem with premature cherry-picking.

parent a2075202
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ class _DefaultCaosDBServerConnection(CaosDBServerConnection): ...@@ -87,7 +87,7 @@ class _DefaultCaosDBServerConnection(CaosDBServerConnection):
host=self.setup_fields["host"], host=self.setup_fields["host"],
timeout=self.setup_fields["timeout"], timeout=self.setup_fields["timeout"],
context=self.setup_fields["context"], context=self.setup_fields["context"],
socket_proxy=self.setup_fields["socket_proxy"]) )
self._http_con.request(method=method, url=self._base_path + path, self._http_con.request(method=method, url=self._base_path + path,
headers=headers, body=body) headers=headers, body=body)
except SocketError as socket_err: except SocketError as socket_err:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment