]> git.ipfire.org Git - thirdparty/tornado.git/commit
Changed tornado/simple_httpclient.py to raise the error instead of 1042/head
authormoijes12 <moijes12@gmail.com>
Sun, 4 May 2014 18:22:05 +0000 (23:52 +0530)
committermoijes12 <moijes12@gmail.com>
Sun, 4 May 2014 18:22:05 +0000 (23:52 +0530)
commit292f8fd618befb8cfbf7c307f50a25b19f9e4b77
treedfa14bd323ef63a51ec32bb02d82dd9665586203
parent213d7214211f4157e1976bdc90d3a606df7cba14
Changed tornado/simple_httpclient.py to raise the error instead of
storing the error message and then raising an HTTPError.
Changed the websocket tests for network_fail and network timeout to
expect an IOError instead of an HTTPError.
tornado/simple_httpclient.py
tornado/test/websocket_test.py