Skip to content

Commit 1782bfc

Browse files
authored
优化性能
1 parent c8085f0 commit 1782bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ async function transferDataStream(remoteS, pipe, channelResponseHeader, retry, l
13101310

13111311
if (hasIncomingData === false && typeof retry === 'function') {
13121312
log(`[transferDataStream]--> no data, invoke retry flow`);
1313-
await retry();
1313+
retry();
13141314
}
13151315
}
13161316

0 commit comments

Comments
 (0)