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

Fix simple-balancer example #666

Merged
merged 1 commit into from
Jul 8, 2014
Merged

Fix simple-balancer example #666

merged 1 commit into from
Jul 8, 2014

Conversation

eiriklv
Copy link
Contributor

@eiriklv eiriklv commented Jul 4, 2014

The balancer example will only work for the first two requests, as the target that is pushed back to addresses has the form:

{
    target: {
        host: 'ws1.0.0.0',
        port: 80
    }
}

when should have the form:

{
    host: 'ws1.0.0.0',
    port: 80
}

jcrugzz added a commit that referenced this pull request Jul 8, 2014
Fix simple-balancer example
@jcrugzz jcrugzz merged commit e50846b into http-party:master Jul 8, 2014
@jcrugzz
Copy link
Contributor

jcrugzz commented Jul 8, 2014

Thanks!

@eiriklv
Copy link
Contributor Author

eiriklv commented Jul 8, 2014

No problem! Happy to help :-)

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

2 participants