chore: add changelog entry for 13357
This commit is contained in:
parent
15b3f4deb0
commit
4915cc0da6
|
@ -0,0 +1,4 @@
|
|||
Stop returning `CONNACK` or `DISCONNECT` to clients that sent malformed CONNECT packets.
|
||||
|
||||
- Only send `CONNACK` with reason code `frame_too_large` for MQTT-v5.0 when connecting if the protocol version field in CONNECT can be detected.
|
||||
- Otherwise **DONOT** send any CONNACK or DISCONNECT packet.
|
Loading…
Reference in New Issue