host, connection, etc.).connection header to 'keep-alive' in your proxy handler.hostconnectionconnection'keep-alive'export default defineEventHandler(async (event) => {
// ... your proxy logic
event.node.req.headers['connection'] = 'keep-alive';
// continue with proxyRequest or fetch
});