-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with catching httpclient errors in tornado_utils
Our wrapper around httpclient futures wasn't correctly handling the non-error response error case (like timeouts). The fix is to copy some more of tornado's code into our own to act as a proxy.
- Loading branch information
Showing
3 changed files
with
101 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
blueox (0.8.2) | ||
|
||
* Disable buffering for oxview stdin | ||
* Fix issue in tornado_utils with catching timeouts in httpclient | ||
|
||
-- Rhett Garber <[email protected]> Mon, 31 Mar 2014 16:46:00 -0700 | ||
-- Rhett Garber <[email protected]> Wed, 16 Apr 2014 11:08:00 -0700 | ||
|
||
blueox (0.8.1) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters