Skip to content

Commit 999f86e

Browse files
authored
Merge pull request cmliu#1361 from cmliu/alpha2.1
fix: resolve runtime error in worker script by correcting request han…
2 parents 7a19a86 + 6977884 commit 999f86e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_worker.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const Version = '2026-07-09 00:18:15';
1+
const Version = '2026-07-09 00:18:15';
22
let config_JSON, 缓存SOCKS5白名单 = null, 调试日志打印 = false;
33
let SOCKS5白名单 = ['*tapecontent.net', '*cloudatacdn.com', '*loadshare.org', '*cdn-centaurus.com', 'scholar.google.com'];
44
const Pages静态页面 = 'https://edt-pages.github.io';
@@ -743,6 +743,7 @@ async function 读取XHTTP首包(reader, token) {
743743
isUDP: cmd === 2,
744744
rawData: data.subarray(headerLen),
745745
respHeader: new Uint8Array([data[0], 0]),
746+
原始数据: null,
746747
}
747748
};
748749
};

0 commit comments

Comments
 (0)