docs: update v5.0.10-zh.md

This commit is contained in:
Zaiming (Stone) Shi 2022-10-25 17:24:36 +02:00 committed by GitHub
parent 997a262c96
commit 156b19b525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -10,4 +10,5 @@
- 优化认认证配置中 `mechanism` 字段缺失情况下的错误日志 [#8924](https://github.com/emqx/emqx/pull/8924)。 - 优化认认证配置中 `mechanism` 字段缺失情况下的错误日志 [#8924](https://github.com/emqx/emqx/pull/8924)。
- 修正了`/status`端点的响应状态代码。 在修复之前它总是返回200即使EMQX应用程序没有运行。 现在它在这种情况下返回503。 - 修正了 `/status` 端点的响应状态代码 [#9211](https://github.com/emqx/emqx/pull/9211)。
在此修复前,它总是返回 HTTP 状态码 `200`,即使 EMQX 没有完成启动或正在重启。 现在它在这些情况下会返回状态码 `503`