Fix checks where error code took precedence over cancellation.
Whenever a function with a cancellation signal argument gets it triggered, it should err out with `boost::asio::error::operation_aborted` regardless of other errors, otherwise checks like `ouinet::return_or_throw_on_error` are going to cause failed assertions.
Please register or sign in to comment