]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix raise_error=False in synchronous HTTPClient.
authorBen Darnell <ben@bendarnell.com>
Thu, 5 Mar 2015 03:27:41 +0000 (22:27 -0500)
committerBen Darnell <ben@bendarnell.com>
Thu, 5 Mar 2015 03:27:41 +0000 (22:27 -0500)
commit733a0fa3f2e0b465d1f182816cdb1114a787c963
tree0f68db93ff6b671f72963ca8a7133b278490879a
parentb52bb5c9e3b7f9e8bc93dbca4caa6ba0f0c23f02
Fix raise_error=False in synchronous HTTPClient.

The call to rethrow was redundant when raise_error was true,
and caused settings of raise_error=False to be ignored.

Closes #1351.
tornado/httpclient.py