mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-30 20:04:26 +02:00
Add route scopes #202
This commit is contained in:
@ -388,11 +388,7 @@ where
|
||||
}
|
||||
}
|
||||
Err(e) => {
|
||||
return if e.kind() == io::ErrorKind::WouldBlock {
|
||||
false
|
||||
} else {
|
||||
true
|
||||
};
|
||||
return e.kind() == io::ErrorKind::WouldBlock;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user