Stefan Strigler 3 лет назад
Родитель
Сommit
2d548acabd
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      changes/v5.0.10-en.md
  2. 1 1
      changes/v5.0.10-zh.md

+ 1 - 1
changes/v5.0.10-en.md

@@ -23,4 +23,4 @@
 - Fix HTTP 500 issue when unknown `status` parameter is used in `/gateway` API call [#9225](https://github.com/emqx/emqx/pull/9225).
 
 - Fixed the HTTP response status code for the `/status` endpoint [#9211](https://github.com/emqx/emqx/pull/9211).
-  Before the fix, it always returned `200` even if the EMQX application was not running. Now it returns `503` in that case.
+  Before the fix, it always returned `200` even if the EMQX application was not running. Now it returns `503` in that case.

+ 1 - 1
changes/v5.0.10-zh.md

@@ -22,4 +22,4 @@
 - 修复未知 `status` 参数导致 `/gateway` API 发生 HTTP 500 错误的问题 [#9225](https://github.com/emqx/emqx/pull/9225)。
 
 - 修正了 `/status` 端点的响应状态代码 [#9211](https://github.com/emqx/emqx/pull/9211)。
-  在此修复前,它总是返回 HTTP 状态码 `200`,即使 EMQX 没有完成启动或正在重启。 现在它在这些情况下会返回状态码 `503`。
+  在此修复前,它总是返回 HTTP 状态码 `200`,即使 EMQX 没有完成启动或正在重启。 现在它在这些情况下会返回状态码 `503`。