Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(udp): propagate error on apple_fast
With #2017, the concrete `send` implementations per platform are supposed to propagate `io::Error`s. Those errors are then eiter logged and dropped in `UdpSocketState::send` or further propagated in `UdpSocketState::try_send`. The `fast_apple` `send` implementation added in #1993 does not follow this pattern. This commit adjusts the `fast_apple` implementation accordingly.
- Loading branch information