]> git.ipfire.org Git - thirdparty/tornado.git/commit
httpclient: Document inability to use sync HTTPClient in async app 2326/head
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 16:41:02 +0000 (12:41 -0400)
commitc45ce3accb9057c3401634570141c372ac591721
tree385c515719d28f342be2f4951680c028c2ed7524
parent2905ee4fb3c283d40b10f609359e189c83a0dc06
httpclient: Document inability to use sync HTTPClient in async app

Eliminate a confusing error message when this occurs.

Fixes #2325
tornado/httpclient.py