|
@ -648,6 +648,7 @@ class BaseIOStream(object): |
|
|
except UnsatisfiableReadError: |
|
|
except UnsatisfiableReadError: |
|
|
raise |
|
|
raise |
|
|
except Exception as e: |
|
|
except Exception as e: |
|
|
|
|
|
if 1 != e.errno: |
|
|
gen_log.warning("error on read: %s" % e) |
|
|
gen_log.warning("error on read: %s" % e) |
|
|
self.close(exc_info=True) |
|
|
self.close(exc_info=True) |
|
|
return |
|
|
return |
|
|