]> git.ipfire.org Git - thirdparty/tornado.git/commit
In AsyncHTTPClient2, disable IPv6 for versions of libcurl with the
authorBen Darnell <bdarnell@beaker.local>
Sat, 10 Jul 2010 01:15:12 +0000 (18:15 -0700)
committerBen Darnell <bdarnell@beaker.local>
Sat, 10 Jul 2010 01:15:12 +0000 (18:15 -0700)
commitb42c61c88ebabbd20ba3bb6d797ff73249ab2b07
treec9fc04b200b22fcdef6d67ace2d5619323532c15
parent557da3db1c912039bda9d0e54717e4bd23af8c9c
In AsyncHTTPClient2, disable IPv6 for versions of libcurl with the
socket-reopening bug (i.e. <= 7.21.0).  (this can be overridden if needed
with a prepare_curl_callback)
tornado/httpclient.py