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

Conversation

tomas-langer
Copy link
Member

@tomas-langer tomas-langer commented Aug 3, 2023

Resolves #6819

Maximal number of TCP connections limit
Maximal number of concurrent requests limit
Idle connection timeout
Align order of parameters in SocketHttpClient (methods sendAndReceive and request)

Maximal number of concurrent requests limit
Idle connection timeout
Align order of parameters in SocketHttpClient
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 3, 2023
Added support for HTTP/2 client for testing (to write that test).
A few typos fixed (discovered as part of this task)
@tomas-langer tomas-langer merged commit c34adae into helidon-io:main Aug 4, 2023
12 checks passed
@tomas-langer tomas-langer deleted the 6819-resource-limits branch August 4, 2023 14:13
dalexandrov pushed a commit to dalexandrov/helidon that referenced this pull request Aug 9, 2023
* Maximal number of TCP connections limit
* Maximal number of concurrent requests limit
* Idle connection timeout
* Align order of parameters in SocketHttpClient
* 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)
* Timer is in seconds, idle timeout must adhere to that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants