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

4.x: Resource limits #7302

Merged
merged 6 commits into from
Aug 4, 2023
Merged

Commits on Aug 3, 2023

  1. Maximal number of TCP connections limit

    Maximal number of concurrent requests limit
    Idle connection timeout
    Align order of parameters in SocketHttpClient
    tomas-langer committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c6230a6 View commit details
    Browse the repository at this point in the history
  2. Javadoc fix

    tomas-langer committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    52afe2f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Add validation of concurrent requests for HTTP/2.

    Added support for HTTP/2 client for testing (to write that test).
    A few typos fixed (discovered as part of this task)
    tomas-langer committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    3d9d842 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b35ffa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30c53d2 View commit details
    Browse the repository at this point in the history
  4. Fix protocol.

    tomas-langer committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    29bc031 View commit details
    Browse the repository at this point in the history