Skip to content

Commit

Permalink
[fix] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cronopio committed Sep 16, 2013
1 parent f1aeb05 commit 275a519
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/caronte/passes/ws-incoming.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function XHeaders(req, socket, options) {
if(!options.xfwd) return;

var values = {
for : req.connection.remoteAddsockets || req.socket.remoteAddsockets,
for : req.connection.remoteAddress || req.socket.remoteAddress,
port : req.connection.remotePort || req.socket.remotePort,
proto: req.connection.pair ? 'wss' : 'ws'
};
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 275a519

Please sign in to comment.