Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use remote ip from load balancer proxy #19

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

tal-beja
Copy link

Added a remote ip parsing from load balancer proxy protocol:
http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt

@@ -72,6 +72,7 @@ function layer4HashBalancedConnectionListener(c) {
random = crypto.randomBytes(4).readUInt32BE(0, true);

// Pass connection to worker
console.log('sending data to worker', random % self.workers.length)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Too much verbosity left out here, may be forgot about the console.log?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants