Skip to content

Commit 1585eac

Browse files
committed
fix documentation formatting
1 parent 2eb2afc commit 1585eac

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Diff for: Sources/AsyncHTTPClient/ConnectionPool/State Machine/HTTPConnectionPool+HTTP1Connections.swift

+7-3
Original file line numberDiff line numberDiff line change
@@ -574,10 +574,14 @@ extension HTTPConnectionPool {
574574
/// We will create new connections for each `requiredEventLoopOfPendingRequests`
575575
/// In addition, we also create more general purpose connections if we do not have enough to execute
576576
/// all requests on the given `preferredEventLoopsOfPendingGeneralPurposeRequests`
577-
/// until we reach `maximumConcurrentConnections
577+
/// until we reach `maximumConcurrentConnections`
578578
/// - Parameters:
579-
/// - requiredEventLoopsForPendingRequests: event loops for which we have requests with a required event loop. Duplicates are not allowed.
580-
/// - generalPurposeRequestCountPerPreferredEventLoop: request count with no required event loop, grouped by preferred event loop and ordered descending by number of requests
579+
/// - requiredEventLoopsForPendingRequests:
580+
/// event loops for which we have requests with a required event loop.
581+
/// Duplicates are not allowed.
582+
/// - generalPurposeRequestCountPerPreferredEventLoop:
583+
/// request count with no required event loop,
584+
/// grouped by preferred event loop and ordered descending by number of requests
581585
/// - Returns: new connections that need to be created
582586
mutating func createConnectionsAfterMigrationIfNeeded(
583587
requiredEventLoopOfPendingRequests: [(EventLoop, Int)],

0 commit comments

Comments
 (0)