Toralf Wittner 64af676178
Fix mapping of upgrade errors. (#656)
The current implementation of `MapUpgradeErr` implements `InboundUpgrade`
and `OutboundUpgrade` and applies the transformation in both cases which
means that mapping is always applied to inbound and outbound upgrade
errors. This commit uses separate `MapInboundUpgradeErr` and
`MapOutboundUpgradeErr` types which implements both traits but only map
errors in one direction.
2018-11-19 16:08:00 +01:00
..
2018-11-19 16:08:00 +01:00
2018-11-19 16:08:00 +01:00
2018-11-16 12:11:44 +01:00
2018-11-15 17:41:11 +01:00