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

Add sticky session support #97

Merged
merged 11 commits into from
Dec 8, 2017
Merged

Add sticky session support #97

merged 11 commits into from
Dec 8, 2017

Commits on Nov 23, 2017

  1. qnd cookie hacking

    Owen Marshall authored and juliens committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    01c711b View commit details
    Browse the repository at this point in the history
  2. 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.
    Owen Marshall authored and juliens committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    a0a3f12 View commit details
    Browse the repository at this point in the history
  3. fix misleading comment

    layer 7, that is... layer 8 is something different (https://en.wikipedia.org/wiki/Layer_8)
    owen authored and juliens committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    5fe935f View commit details
    Browse the repository at this point in the history
  4. Format and imports

    juliens committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    b938144 View commit details
    Browse the repository at this point in the history
  5. Fix incorrect test to match the actual sticky session actions

    Owen Marshall authored and juliens committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    73688e1 View commit details
    Browse the repository at this point in the history
  6. Setting the cookie path to '/'

    marcopaga authored and juliens committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    ec173a5 View commit details
    Browse the repository at this point in the history
  7. Fix log

    juliens committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    07fae2e View commit details
    Browse the repository at this point in the history
  8. Fix error when invalid cookie

    juliens committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    fcfe225 View commit details
    Browse the repository at this point in the history
  9. fix variables name

    juliens committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    162c5f7 View commit details
    Browse the repository at this point in the history
  10. refactor: code review.

    ldez authored and juliens committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    0ca4fa0 View commit details
    Browse the repository at this point in the history
  11. Add sticky session support to rebalancing rr

    Owen Marshall authored and juliens committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    dca8251 View commit details
    Browse the repository at this point in the history