Does Tornado AsyncHTTPClient support persistance(Keep-Alive) connection? The official document is not so clear for this feature.
By default (when using simple_httpclient), persistent connections are not currently supported (as of Tornado 4.2). When configured to use curl_httpclient, persistent connections are supported.
AsyncHTTPClient.configure('tornado.curl_httpclient.CurlAsyncHTTPClient')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With