]> git.ipfire.org Git - thirdparty/tornado.git/commit
Permit streaming_callback of AsyncHTTPClient to be a coroutine. (#3471) master
authorAaron Gibson <aaron@headspin.io>
Wed, 17 Sep 2025 17:43:47 +0000 (10:43 -0700)
committerGitHub <noreply@github.com>
Wed, 17 Sep 2025 17:43:47 +0000 (13:43 -0400)
commitd30ef74020924be5f214091de95314ca3ce919af
treef366e0d2b9eaa73164013c68d5018cf0cf68c8e0
parenteb64d133c1213b150361010608a1d3335ba4cba0
Permit streaming_callback of AsyncHTTPClient to be a coroutine. (#3471)

Co-authored-by: Aaron Gibson <eulersidcrisis@yahoo.com>
tornado/curl_httpclient.py
tornado/httpclient.py
tornado/simple_httpclient.py
tornado/test/curl_httpclient_test.py
tornado/test/simple_httpclient_test.py