From 93ebd59fb24b78e28e8567532001cb6490202a9b Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Tue, 7 Mar 2023 20:53:15 +0100 Subject: [PATCH] docs: add changelogs for PR 10076 --- changes/ce/fix-10076.en.md | 2 ++ changes/ce/fix-10076.zh.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 changes/ce/fix-10076.en.md create mode 100644 changes/ce/fix-10076.zh.md diff --git a/changes/ce/fix-10076.en.md b/changes/ce/fix-10076.en.md new file mode 100644 index 000000000..e01df765b --- /dev/null +++ b/changes/ce/fix-10076.en.md @@ -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. diff --git a/changes/ce/fix-10076.zh.md b/changes/ce/fix-10076.zh.md new file mode 100644 index 000000000..516345f92 --- /dev/null +++ b/changes/ce/fix-10076.zh.md @@ -0,0 +1,2 @@ +修复 HTTP 桥接的一个异常处理:连接超时错误发生后,发生错误的请求可以被重试。 +在此修复前,连接超时后,被当作不可重试类型的错误处理,导致请求被丢弃。