From: Ben Darnell Date: Sun, 15 Feb 2015 23:06:07 +0000 (-0500) Subject: Document that allow_ipv6 is now true in simple_httpclient. X-Git-Tag: v4.2.0b1~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4479de3871b04ceeb00c2a0dac121e288a6809c2;p=thirdparty%2Ftornado.git Document that allow_ipv6 is now true in simple_httpclient. --- diff --git a/tornado/httpclient.py b/tornado/httpclient.py index 87b21437d..87d1adac4 100644 --- a/tornado/httpclient.py +++ b/tornado/httpclient.py @@ -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