We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86d18b commit a865fe6Copy full SHA for a865fe6
test/web-socket-proxy-test.js
@@ -47,7 +47,7 @@ var protocol = argv.https ? 'https' : 'http',
47
wsprotocol = argv.https ? 'wss' : 'ws',
48
runner = new helpers.TestRunner(protocol);
49
50
-vows.describe('node-http-proxy/websocket').addBatch({
+vows.describe('node-http-proxy/websocket/' + wsprotocol).addBatch({
51
"When using server created by httpProxy.createServer()": {
52
"with no latency" : {
53
"when an inbound message is sent from a WebSocket client": {
0 commit comments