We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c49b1 commit 7510255Copy full SHA for 7510255
src/databricks/sql/auth/thrift_http_client.py
@@ -189,11 +189,6 @@ def flush(self):
189
self.message = self.__resp.reason
190
self.headers = self.__resp.headers
191
192
- # Saves the cookie sent by the server response
193
- if "Set-Cookie" in self.headers:
194
- self._headers["Cookie"] = self.headers["Set-Cookie"]
195
- self.setCustomHeaders(self._headers)
196
-
197
@staticmethod
198
def basic_proxy_auth_header(proxy):
199
if proxy is None or not proxy.username:
0 commit comments