File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ vows.describe('node-http-proxy/websocket/' + wsprotocol).addBatch({
68
68
//
69
69
// Setup the web socket against our proxy
70
70
//
71
- var ws = new websocket . WebSocket ( wsprotocol + '://home.devjitsu.com :8131/socket.io/websocket/' , 'borf' , {
72
- origin : protocol + '://home.devjitsu.com '
71
+ var ws = new websocket . WebSocket ( wsprotocol + '://localhost :8131/socket.io/websocket/' , 'borf' , {
72
+ origin : protocol + '://localhost '
73
73
} ) ;
74
74
75
75
ws . on ( 'wsupgrade' , function ( req , res ) {
@@ -108,8 +108,8 @@ vows.describe('node-http-proxy/websocket/' + wsprotocol).addBatch({
108
108
//
109
109
// Setup the web socket against our proxy
110
110
//
111
- var ws = new websocket . WebSocket ( wsprotocol + '://home.devjitsu.com :8133/socket.io/websocket/' , 'borf' , {
112
- origin : protocol + '://home.devjitsu.com '
111
+ var ws = new websocket . WebSocket ( wsprotocol + '://localhost :8133/socket.io/websocket/' , 'borf' , {
112
+ origin : protocol + '://localhost '
113
113
} ) ;
114
114
115
115
ws . on ( 'wsupgrade' , function ( req , res ) {
You can’t perform that action at this time.
0 commit comments