Skip to content

Commit 22cd422

Browse files
zoewanggTingDaoK
andauthored
Update http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/AwsCrtHttpClientBase.java
Co-authored-by: Dengke Tang <815825145@qq.com>
1 parent 16d2c81 commit 22cd422

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/AwsCrtHttpClientBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ String clientName() {
121121
}
122122

123123
private HttpStreamManager createConnectionPool(URI uri) {
124-
log.debug(() -> "Creating ConnectionPool for: URI:" + uri + ", MaxConns: " + maxStreamsPerEndpoint);
124+
log.debug(() -> "Creating ConnectionPool for: URI:" + uri + ", MaxConns: " + maxStreamsPerEndpoint+ ", MaxStreams: " + maxStreamsPerEndpoint);
125125

126126
boolean isHttps = "https".equalsIgnoreCase(uri.getScheme());
127127
TlsContext poolTlsContext = isHttps ? tlsContext : null;

0 commit comments

Comments
 (0)