This commit is contained in:
clowwindy 2015-01-23 17:33:48 +08:00
parent 0e6a4cd8ff
commit 1f8819f790
2 changed files with 2 additions and 2 deletions

View file

@ -387,7 +387,7 @@ class TCPRelayHandler(object):
self._update_stream(STREAM_UP, WAIT_STATUS_READWRITING)
self._update_stream(STREAM_DOWN, WAIT_STATUS_READING)
return
except (OSError, IOError) as e:
except Exception as e:
logging.error(e)
if self._config['verbose']:
traceback.print_exc()