chore: add changelog entry for 13357

This commit is contained in:
JimMoen 2024-08-01 15:23:35 +08:00
parent 15b3f4deb0
commit 4915cc0da6
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -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.