Handle ErrorKind::Interrupted when waiting for events
ErrorKind::Interrupted (libc::EINTR) errors should not break the HttpServer requests loop, they are internally consumed and reported as no events rather than requests errors. Signed-off-by: Adrian Catangiu <acatan@amazon.com>
This commit is contained in:
committed by
Adrian Catangiu
parent
c9ffb90aeb
commit
c33861a13b
@@ -1 +1 @@
|
||||
{"coverage_score": 92.8, "exclude_path": "", "crate_features": ""}
|
||||
{"coverage_score": 92.4, "exclude_path": "", "crate_features": ""}
|
||||
|
||||
Reference in New Issue
Block a user