[X2Go-Commits] x2gobroker.git - master (branch) updated: 0.0.2.3-86-ge4de760
X2Go dev team
git-admin at x2go.org
Wed Dec 11 12:59:13 CET 2013
The branch, master has been updated
via e4de760985eec3ef1c4956548988d90dc0bdea8f (commit)
from a8c70b0a419e0d28623a6cfa6b32ea9d5c7364ba (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e4de760985eec3ef1c4956548988d90dc0bdea8f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Dec 11 12:59:03 2013 +0100
fix AssertionErrors / web browser IO blocks when HTTPErrors occur
-----------------------------------------------------------------------
Summary of changes:
x2gobroker/web/plain.py | 1 +
1 file changed, 1 insertion(+)
The diff of changes is:
diff --git a/x2gobroker/web/plain.py b/x2gobroker/web/plain.py
index 11e6dee..5c28901 100644
--- a/x2gobroker/web/plain.py
+++ b/x2gobroker/web/plain.py
@@ -34,6 +34,7 @@ from x2gobroker.loggers import logger_broker, logger_error
class _RequestHandler(tornado.web.RequestHandler):
def _handle_request_exception(self, e):
logger_error.error('HTTP request error: {error_msg}'.format(error_msg=unicode(e)))
+ tornado.web.RequestHandler._handle_request_exception(self, e)
class X2GoBrokerWeb(_RequestHandler):
hooks/post-receive
--
x2gobroker.git (HTTP(S) Session broker for X2Go)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2gobroker.git" (HTTP(S) Session broker for X2Go).
More information about the x2go-commits
mailing list