8000
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 f501016 commit c5b7fd7Copy full SHA for c5b7fd7
CHANGES.rst
@@ -14,6 +14,8 @@ dev (master branch)
14
* Fixed multiple Set-Cookie headers in response not getting merged properly in
15
Python 3. (Issue #53)
16
17
+* AppEngine support with Py27. (Issue #61)
18
+
19
20
1.2.2 (2012-02-06)
21
++++++++++++++++++
urllib3/util.py
@@ -107,7 +107,6 @@ def get_host(url):
107
108
109
110
-
111
def is_connection_dropped(conn):
112
"""
113
Returns True if the connection is dropped and should be closed.
0 commit comments