Skip to content

Commit

Permalink
Update Source/AwsCommonRuntimeKit/http/HTTPClientConnectionManagerMet…
Browse files Browse the repository at this point in the history
…rics.swift

Co-authored-by: Dengke Tang <815825145@qq.com>
  • Loading branch information
waahm7 and TingDaoK authored Jul 3, 2024
1 parent cdb9b14 commit 7401032
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public struct HTTPClientConnectionManagerMetrics {
public var availableConcurrency: Int
/// The number of requests that are awaiting concurrency to be made available from the HTTP manager.
public var pendingConcurrencyAcquires: Int
/// The number of connections (http/1.1) or streams (for h2 via. stream manager) currently vended to user.
/// The number of connections (HTTP/1.1) or streams (for HTTP/2 via. stream manager) currently vended to user.
public var leasedConcurrency: Int

public init(
Expand Down

0 comments on commit 7401032

Please sign in to comment.