chore: fix bad indent

This commit is contained in:
JianBo He 2023-05-06 13:54:34 +08:00
parent e7800f5a71
commit 2fb4b5bcbc
1 changed files with 13 additions and 17 deletions

View File

@ -114,18 +114,16 @@
在对数据桥接进行同步调用时,一些迟到的回复可能会发送到不再期待回复的连接进程,导致产生错误日志,如:
2023-04-19T18:24:35.350233+00:00 [error] msg: unexpected_info,
mfa: emqx_channel:handle_info/2, line: 1278, peername:
172.22.0.1:36384, clientid: caribdis_bench_sub_1137967633_4788,
info:
{#Ref<0.408802983.1941504010.189402>,{ok,200,[{<<"cache-control">>,<<"max-age=0,
...">>}}
```
2023-04-19T18:24:35.350233+00:00 [error] msg: unexpected_info, mfa: emqx_channel:handle_info/2, line: 1278, peername: 172.22.0.1:36384, clientid: caribdis_bench_sub_1137967633_4788, info: {#Ref<0.408802983.1941504010.189402>,{ok,200,[{<<"cache-control">>,<<"max-age=0, ...">>}}
```
这些日志是无害的,但它们可能会泛滥成灾,引起用户不必要的担心。
- [#10449](https://github.com/emqx/emqx/pull/10449) 在通过 HTTP 服务(`authn_http`)创建身份验证时,将进行 `ssl_options``header` 配置验证。在此修复前,用户通过错误的 ssl 配置也可成功创建身份验证,但该验证整体不生效。
- [#10548](https://github.com/emqx/emqx/pull/10548) 修复了HTTP驱动程序在竞争条件下会导致错误而不去重试的问题。 相关的驱动程序修复: [emqx/ehttpc#45](https://github.com/emqx/ehttpc/pull/45)`
- [#10548](https://github.com/emqx/emqx/pull/10548) 修复了 HTTP 驱动程序在竞争条件下会导致错误而不去重试的问题。
相关的驱动程序修复:[emqx/ehttpc#45](https://github.com/emqx/ehttpc/pull/45)
- [#10201](https://github.com/emqx/emqx/pull/10201) 在 TDengine 数据桥接中,移除 SQL 模板中冗余的数据库名称。
@ -135,8 +133,6 @@
- [#10438](https://github.com/emqx/emqx/pull/10438) 修复 DynamoDB 数据桥接中的部分术语使用错误:
`database` 修改为 `table`
`username` 修改为 `aws_access_key_id`
`password` 修改为 `aws_secret_access_key`
- 将 `database` 修改为 `table`
- 将 `username` 修改为 `aws_access_key_id`
- 将 `password` 修改为 `aws_secret_access_key`