]> git.ipfire.org Git - thirdparty/tornado.git/commit
Timeouts in SimpleAsyncHTTPClient now raise HTTPError 527/head
authorAlek Storm <alek.storm@gmail.com>
Sun, 3 Jun 2012 19:14:55 +0000 (15:14 -0400)
committerAlek Storm <alek.storm@gmail.com>
Sun, 3 Jun 2012 19:14:55 +0000 (15:14 -0400)
commit4965811fbc6bab67576d6b2dd2395cf41097afd1
tree0966ec58c72470f7f09a113656208a7dc81444a6
parent13598908a7872080c6cc20b0dcfbcb0ce89a3447
Timeouts in SimpleAsyncHTTPClient now raise HTTPError

Previously, they ran the callbacks themselves.
tornado/simple_httpclient.py