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

Support subdomain and paths in process labels #123

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

Support subdomain and paths in process labels #123

wants to merge 4 commits into from

Commits on Feb 27, 2015

  1. Configuration menu
    Copy the full SHA
    d4612d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2015

  1. Add support for 'location'

    k
    dlee committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    5072880 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f9e9fc View commit details
    Browse the repository at this point in the history
  3. Disconnect from backend after each response

    This is to avoid issues where subsequent requests from a persistent HTTP
    connection would be directed to a stale proxy regardless of the
    location.
    
    Only a problem now because we're taking paths into consideration for
    proxy routing, whereas before, backends could be reused since persistent
    HTTP connections were guaranteed to end up with the same backend anyway.
    dlee committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    d84a348 View commit details
    Browse the repository at this point in the history