fix(network-proxy/websocket): Improve WebSocket connection closure and update router integration

This commit is contained in:
2025-05-15 20:08:18 +00:00
parent 0e2c8d498d
commit 1a038f001f
5 changed files with 33 additions and 7 deletions

View File

@ -238,6 +238,10 @@ tap.test('should start the proxy server', async () => {
},
tls: {
mode: 'terminate'
},
websocket: {
enabled: true,
subprotocols: ['echo-protocol']
}
}
}