Skip to content

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Whaileee
Copy link
Contributor

@Whaileee Whaileee commented Apr 9, 2025

No description provided.

@Whaileee Whaileee requested review from IngelaAndin and u3s April 9, 2025 18:09
@Whaileee Whaileee added testing currently being tested, tag is used by OTP internal CI team:PS Assigned to OTP team PS labels Apr 9, 2025
Copy link
Contributor

github-actions bot commented Apr 9, 2025

CT Test Results

    37 files     943 suites   6h 39m 29s ⏱️
10 988 tests 10 530 ✅   457 💤 1 ❌
25 075 runs  23 391 ✅ 1 683 💤 1 ❌

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

@Whaileee Whaileee force-pushed the whaileee/inets/httpc/socket_closed_remotely/GH-8841/OTP-19587 branch 2 times, most recently from 2a8a4ad to 4e3f24f Compare April 10, 2025 12:02
@Whaileee Whaileee self-assigned this Apr 10, 2025
@Whaileee Whaileee force-pushed the whaileee/inets/httpc/socket_closed_remotely/GH-8841/OTP-19587 branch from 4e3f24f to 92f73a1 Compare April 10, 2025 15:17
@Whaileee
Copy link
Contributor Author

@github-actions disable-cache

@Whaileee Whaileee force-pushed the whaileee/inets/httpc/socket_closed_remotely/GH-8841/OTP-19587 branch 2 times, most recently from 465413d to 5e33cc0 Compare April 10, 2025 16:11
@@ -547,6 +554,7 @@ cancel_request(RequestId, Profile)
Option :: {proxy, {Proxy, NoProxy}}
| {https_proxy, {Proxy, NoProxy}}
| {max_sessions, MaxSessions}
| {max_handlers_open, MaxHandlersOpen}
Copy link
Contributor

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

@Whaileee Whaileee force-pushed the whaileee/inets/httpc/socket_closed_remotely/GH-8841/OTP-19587 branch 2 times, most recently from 7acd444 to 2e53f7f Compare April 11, 2025 12:21
@Whaileee
Copy link
Contributor Author

solves #8841

@Whaileee Whaileee added the full-build-and-check Run a more thorough testing of this PR label Apr 11, 2025
@Whaileee Whaileee force-pushed the whaileee/inets/httpc/socket_closed_remotely/GH-8841/OTP-19587 branch from 2e53f7f to f1603f9 Compare April 11, 2025 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full-build-and-check Run a more thorough testing of this PR team:PS Assigned to OTP team PS testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants