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

Limit backlog of incoming requests. #84

Merged
merged 5 commits into from
Jan 16, 2019
Merged

Limit backlog of incoming requests. #84

merged 5 commits into from
Jan 16, 2019

Commits on Jan 16, 2019

  1. vendor: add golang.org/x/sync/semaphore

    James DeFelice committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    791c086 View commit details
    Browse the repository at this point in the history
  2. csilvm: add RequestLimitInterceptor

    James DeFelice committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    0200b3b View commit details
    Browse the repository at this point in the history
  3. csilvm: add request-limit flag

    The new flag configures the newly added RequestLimitInterceptor.
    James DeFelice committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    5cedfe0 View commit details
    Browse the repository at this point in the history
  4. csilvm: support unit-test only mode.

    Integration tests require extended support from the host OS. Unit tests
    do not. Running tests with the "unit" tag excludes integration tests
    with extended host OS requirements.
    James DeFelice committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    58310ab View commit details
    Browse the repository at this point in the history
  5. csilvm: unit test RequestLimitInterceptor

    James DeFelice committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    ada78ba View commit details
    Browse the repository at this point in the history