]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Document that allow_ipv6 is now true in simple_httpclient.
authorBen Darnell <ben@bendarnell.com>
Sun, 15 Feb 2015 23:06:07 +0000 (18:06 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 15 Feb 2015 23:06:07 +0000 (18:06 -0500)
tornado/httpclient.py

index 87b21437d5e765b7c1449dc7c06bd216a3e761f4..87d1adac4e07e8c595227b40688294b4b13e71b3 100644 (file)
@@ -389,8 +389,7 @@ class HTTPRequest(object):
            ``simple_httpclient`` (unsupported by ``curl_httpclient``).
            Overrides ``validate_cert``, ``ca_certs``, ``client_key``,
            and ``client_cert``.
-        :arg bool allow_ipv6: Use IPv6 when available?  Default is false in
-           ``simple_httpclient`` and true in ``curl_httpclient``
+        :arg bool allow_ipv6: Use IPv6 when available?  Default is true.
         :arg bool expect_100_continue: If true, send the
            ``Expect: 100-continue`` header and wait for a continue response
            before sending the request body.  Only supported with