From b3d029b9fb3c9a558b0e41a97b95c0ac6b5f4eb7 Mon Sep 17 00:00:00 2001 From: Wenlong Fan Date: Tue, 29 Mar 2022 10:01:17 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E8=A7=A3=E5=86=B3=E6=9C=80=E5=90=8E?= =?UTF-8?q?=E4=B8=80=E5=8C=85=E4=B8=8B=E8=BD=BD=E5=A4=B1=E8=B4=A5=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E5=9C=A8=E9=87=8D=E8=AF=95=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/webclient.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webclient.c b/src/webclient.c index 7182418..410dd97 100644 --- a/src/webclient.c +++ b/src/webclient.c @@ -1139,6 +1139,7 @@ int webclient_shard_position_function(struct webclient_session *session, const c if(webclient_connect(session, URI) == WEBCLIENT_OK) { LOG_D("webclient reconnect success, retry at [%06d]", end_position); + end_position = start_position; continue; } else