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 ae06e49 commit 5fc4e56Copy full SHA for 5fc4e56
tls_client/__version__.py
@@ -6,6 +6,6 @@
6
7
__title__ = "tls_client"
8
__description__ = "Advanced Python HTTP Client."
9
-__version__ = "0.1.2"
+__version__ = "0.1.3"
10
__author__ = "Florian Zager"
11
__license__ = "MIT"
tls_client/sessions.py
@@ -264,7 +264,7 @@ def execute_request(
264
cookie_jar=cookies
265
)
266
if cookie_header is not None:
267
- self.headers["Cookie"] = cookie_header
+ headers["Cookie"] = cookie_header
268
269
# --- Proxy ----------------------------------------------------------------------------------------------------
270
proxy = proxy or self.proxies
0 commit comments