mirror of
https://github.com/fafhrd91/actix-web
synced 2025-09-02 01:31:57 +02:00
fix reading from socket
This commit is contained in:
@@ -388,7 +388,7 @@ where
|
||||
}
|
||||
}
|
||||
Err(e) => {
|
||||
return e.kind() == io::ErrorKind::WouldBlock;
|
||||
return e.kind() != io::ErrorKind::WouldBlock;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user