Skip to content

Fix HttpClientException serviceId #11795

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

Open
wants to merge 1 commit into
base: 4.9.x
Choose a base branch
from

Conversation

altro3
Copy link
Contributor

@altro3 altro3 commented May 7, 2025

Fixed #11794

@altro3 altro3 closed this May 7, 2025
@altro3 altro3 reopened this May 7, 2025
@altro3 altro3 marked this pull request as ready for review May 7, 2025 05:27
@graemerocher graemerocher requested a review from yawkat May 7, 2025 14:30
@graemerocher
Copy link
Contributor

is there a test we can add for this?

@@ -54,7 +54,6 @@ public HttpClientException(String message, Throwable cause, boolean shared) {
if (!shared) {
throw new IllegalArgumentException("shared must be true");
}
serviceIdLocked = true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't do this, the exception is shared.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And is it possible to fix it somehow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ReadTimeoutException is missing "serviceId"
3 participants