-
Notifications
You must be signed in to change notification settings - Fork 323
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
Add sticky session support #97
Merged
Merged
Commits on Nov 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 01c711b - Browse repository at this point
Copy the full SHA 01c711bView commit details -
Add work in progress sticky session support
Sticky sessions are set through an HTTP cookie. If the cookie: * is not present, use the next server & set that as sticky * is present, * but is no longer valid, use the next server & set that as sticky * and valid, use that server without advancing .next.
Configuration menu - View commit details
-
Copy full SHA for a0a3f12 - Browse repository at this point
Copy the full SHA a0a3f12View commit details -
layer 7, that is... layer 8 is something different (https://en.wikipedia.org/wiki/Layer_8)
Configuration menu - View commit details
-
Copy full SHA for 5fe935f - Browse repository at this point
Copy the full SHA 5fe935fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b938144 - Browse repository at this point
Copy the full SHA b938144View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73688e1 - Browse repository at this point
Copy the full SHA 73688e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec173a5 - Browse repository at this point
Copy the full SHA ec173a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07fae2e - Browse repository at this point
Copy the full SHA 07fae2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcfe225 - Browse repository at this point
Copy the full SHA fcfe225View commit details -
Configuration menu - View commit details
-
Copy full SHA for 162c5f7 - Browse repository at this point
Copy the full SHA 162c5f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ca4fa0 - Browse repository at this point
Copy the full SHA 0ca4fa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dca8251 - Browse repository at this point
Copy the full SHA dca8251View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.