plabayo / rama

modular service framework to move and transform network packets
https://ramaproxy.org
Apache License 2.0
187 stars 21 forks source link

get rid of custom errors such as `TlsAcceptorError` #318

Closed GlenDC closed 2 months ago

GlenDC commented 2 months ago

Do not bring much value in complicated stacks. Better turn these into BoxErrors. Might also make it easier to reveal underlying io-errors that can be ignored (E.g. interrupted ones)