netty / netty-incubator-codec-http3

Experimental HTTP3 codec on top of QUIC
Apache License 2.0
167 stars 35 forks source link

Include more details in the UnsupportedMessageTypeException when thrown #296

Closed normanmaurer closed 5 months ago

normanmaurer commented 5 months ago

Motivation:

Let's include some more details about why this exception was thrown and what we expected.

Modifications:

Use other constructor which will provide some useful informations

Result:

Easier to debug