micro_http: gracefully handle EINTR
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> Signed-off-by: YUAN LYU <lyuyuan92@gmail.com>
This commit is contained in:
committed by
Adrian Catangiu
parent
7eb11b44cb
commit
d288940391
@@ -109,6 +109,7 @@
|
||||
//! }
|
||||
//! ```
|
||||
|
||||
extern crate libc;
|
||||
extern crate utils;
|
||||
|
||||
mod common;
|
||||
|
||||
Reference in New Issue
Block a user