Skip to content

Commit

Permalink
Merge 48a2e6f into 1.2.0-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Jun 26, 2024
2 parents dbff462 + 48a2e6f commit 0d782d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ final class ContextAwareHttpClientMetricsHandler extends AbstractHttpClientMetri

ContextAwareHttpClientMetricsHandler(ContextAwareHttpClientMetricsRecorder recorder,
SocketAddress remoteAddress,
SocketAddress proxyAddress,
@Nullable SocketAddress proxyAddress,
@Nullable Function<String, String> uriTagValue) {
super(remoteAddress, proxyAddress, uriTagValue);
this.recorder = recorder;
Expand Down

0 comments on commit 0d782d9

Please sign in to comment.