Skip to content

Commit 905540e

Browse files
committed
Fix HttpClientException serviceId
Fixed micronaut-projects#11794
1 parent 2395c23 commit 905540e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

http-client-core/src/main/java/io/micronaut/http/client/exceptions/HttpClientException.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public HttpClientException(String message, Throwable cause, boolean shared) {
5454
if (!shared) {
5555
throw new IllegalArgumentException("shared must be true");
5656
}
57-
serviceIdLocked = true;
5857
}
5958

6059
/**

0 commit comments

Comments
 (0)