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

@@ -35,7 +35,7 @@ const streamTunnel = (req, res) => {
...Object.entries(req.headers)
]);
return stream(res, { type: 'internal', ...streamInfo });
return stream(res, { type: 'internal', data: streamInfo });
}
export const setupTunnelHandler = () => {