-
Notifications
You must be signed in to change notification settings - Fork 3k
add max_handlers_open option for httpc profile #9712
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
base: master
Are you sure you want to change the base?
add max_handlers_open option for httpc profile #9712
Conversation
CT Test Results 37 files 943 suites 6h 39m 29s ⏱️ For more details on these failures, see this check. Results for commit f1603f9. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts// Erlang/OTP Github Action Bot |
2a8a4ad
to
4e3f24f
Compare
4e3f24f
to
92f73a1
Compare
@github-actions disable-cache |
465413d
to
5e33cc0
Compare
@@ -547,6 +554,7 @@ cancel_request(RequestId, Profile) | |||
Option :: {proxy, {Proxy, NoProxy}} | |||
| {https_proxy, {Proxy, NoProxy}} | |||
| {max_sessions, MaxSessions} | |||
| {max_handlers_open, MaxHandlersOpen} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new option (API change) requires OTB involvement
7acd444
to
2e53f7f
Compare
solves #8841 |
2e53f7f
to
f1603f9
Compare
No description provided.