fix(network-proxy/websocket): Improve WebSocket connection closure and update router integration
This commit is contained in:
@ -238,6 +238,10 @@ tap.test('should start the proxy server', async () => {
|
||||
},
|
||||
tls: {
|
||||
mode: 'terminate'
|
||||
},
|
||||
websocket: {
|
||||
enabled: true,
|
||||
subprotocols: ['echo-protocol']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user