Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
node-http-proxy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
node-http-proxy
Commits
f188f4ff
Commit
f188f4ff
authored
Oct 04, 2011
by
indexzero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[test fix] Remove unnecessary console.log in tests/websocket/websocket-proxy-test.js
parent
db185bb3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
test/websocket/websocket-proxy-test.js
test/websocket/websocket-proxy-test.js
+0
-1
No files found.
test/websocket/websocket-proxy-test.js
View file @
f188f4ff
...
...
@@ -114,7 +114,6 @@ vows.describe('node-http-proxy/http-proxy/' + testName).addBatch({
});
},
"
should raise the `websocket:incoming` event
"
:
function
(
ign
,
data
)
{
console
.
log
(
ign
,
data
,
utils
.
decode
(
data
))
assert
.
equal
(
utils
.
decode
(
data
.
toString
().
replace
(
'
\
u0000
'
,
''
)),
'
from client
'
);
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment