Skip to content

Commit

Permalink
fix(outbound): remove server side errors of the reduce
Browse files Browse the repository at this point in the history
  • Loading branch information
willyrgf committed Sep 1, 2022
1 parent 3318373 commit f657878
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions comms/core/src/protocol/messaging/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ impl From<io::Error> for MessagingProtocolError {
ErrorKind::BrokenPipe |
ErrorKind::WriteZero |
ErrorKind::NotConnected |
ErrorKind::AddrInUse |
ErrorKind::AddrNotAvailable |
ErrorKind::UnexpectedEof => MessagingProtocolError::ConnectionClosed(err),
_ => MessagingProtocolError::Io(err),
}
Expand Down

0 comments on commit f657878

Please sign in to comment.