netty5/codec-mqtt/src
ppatierno b8d3d96550 MQTT unknown message type isn't handled as decoding error
Motivation:

MQTT unknown message type isn't handled as decoding error

Modification:

Catching exception during the MQTT decoding of the fixed header
Adding a unit test for unknown MQTT message type

Result:

Fixes #6984.
2017-07-18 15:48:09 +02:00
..
main/java/io/netty/handler/codec/mqtt MQTT unknown message type isn't handled as decoding error 2017-07-18 15:48:09 +02:00
test/java/io/netty/handler/codec/mqtt MQTT unknown message type isn't handled as decoding error 2017-07-18 15:48:09 +02:00