Skip to content

Commit b720679

Browse files
cmliuCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent e7bedef commit b720679

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2876,7 +2876,7 @@ async function connectStreams(remoteSocket, webSocket, headerData, retryFunc, is
28762876
await 下行发送器.flush();
28772877
await 下行发送器.直接发送(value);
28782878
} else {
2879-
await 下行发送器.发送(value.slice());
2879+
await 下行发送器.发送(value);
28802880
}
28812881
}
28822882
} else {

0 commit comments

Comments
 (0)