merge: 10.6 updates
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user