merge: 10.6 updates

This commit is contained in:
jj
2025-01-21 13:34:19 +00:00
25 changed files with 466 additions and 79 deletions

View File

@@ -10,7 +10,7 @@ export default async function(res, streamInfo) {
return await stream.proxy(streamInfo, res);
case "internal":
return await internalStream(streamInfo, res);
return await internalStream(streamInfo.data, res);
case "merge":
return await stream.merge(streamInfo, res);