docs: add changelogs for PR 10076

This commit is contained in:
Zaiming (Stone) Shi 2023-03-07 20:53:15 +01:00
parent 163b33ab28
commit 93ebd59fb2
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Fix webhook bridge error handling: connection timeout should be a retriable error.
Prior to this fix, connection timeout was clasified as unrecoverable error hence lead to request being dropped.

View File

@ -0,0 +1,2 @@
修复 HTTP 桥接的一个异常处理:连接超时错误发生后,发生错误的请求可以被重试。
在此修复前,连接超时后,被当作不可重试类型的错误处理,导致请求被丢弃。