]> git.ipfire.org Git - thirdparty/tornado.git/commit
httpclient: Document inability to use sync HTTPClient in async app
authorBen Darnell <ben@bendarnell.com>
Sun, 25 Mar 2018 15:17:58 +0000 (11:17 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 25 Mar 2018 17:24:42 +0000 (13:24 -0400)
commitb0cec6b749d3e60486092e418cd4c00793d72ca3
tree29ffef69acee78cf3200790394b6e7970a36fce7
parent507337540c41d779a729fc4d51ba80e99569b2ac
httpclient: Document inability to use sync HTTPClient in async app

Eliminate a confusing error message when this occurs.

Fixes #2325
tornado/httpclient.py