netty / netty-incubator-codec-quic

Apache License 2.0
303 stars 72 forks source link

Correctly translate quiche error to QuicException that have no transp… #736

Closed normanmaurer closed 4 months ago

normanmaurer commented 4 months ago

…ort error mappings

Motivation:

There are a few errors that just dont have a transport error mapping, we need to special handle these

Modifications:

Correctly handle errors that have no mapping

Result:

Fixes https://github.com/netty/netty-incubator-codec-quic/issues/735