Add debug for a possible way get_events might forget a request

(imported from commit ca3ac5b942ffdcc8f175cc6b690cb2555e170836)
This commit is contained in:
Kevin Mehall
2013-11-06 18:34:50 -05:00
parent 4c88a909cb
commit 57aabc112d

View File

@@ -14,6 +14,7 @@ import sys
import signal
import tornado
import random
import traceback
from zerver.lib.utils import statsd
from zerver.middleware import async_request_restart
@@ -72,7 +73,7 @@ class ClientDescriptor(object):
self.current_handler._request,
apply_markdown=self.apply_markdown)
except socket.error:
pass
traceback.print_exc()
self.disconnect_handler()
def accepts_event_type(self, type):