docs: add changelog for PR #12993
This commit is contained in:
parent
9edbad5459
commit
c75cee3c04
|
@ -0,0 +1,5 @@
|
|||
Fix listener config update API when handling an unknown zone.
|
||||
|
||||
Prior to this fix, when a listener config is updated with an unknown zone, for example `{"zone": "unknown"}`,
|
||||
the change would be accepted, causing all clients to crash when connect.
|
||||
After this fix, updating listener with an unknown zone name will get a "Bad request" response.
|
Loading…
Reference in New Issue