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

Port HA Proxy support from Netty #338

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from
Open

Conversation

jsteinich
Copy link
Contributor

This is a port of HA Proxy from that found in the Netty repo.

Changes made:

  • I attempted to convert names to match C# conventions, but there may be some more cleanup needed there.
  • Some of the referenced internal classes have different names in the two versions.
  • Unit tests adapted for different assert methods.
  • Functional enums generally converted to constants in regular classes.

I copied comments from the original source, but it would probably be good to reformat them.

@msftclas
Copy link

msftclas commented Jan 9, 2018

CLA assistant check
All CLA requirements met.

@jsteinich
Copy link
Contributor Author

I've updated with changes that I've made in other branches. The ipv6 test is failing, but we've been using it successfully for ipv4. I'll work on fixing ipv6 when I get some more free time.

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.

2 participants