-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make ConnectionPool's
retryConnectionEstablishment
public (#744)
* Make ConnectionPool's `retryConnectionEstablishment` public * Unified tests to consistently use `enableFastFailureModeForTesting()` * Add `retryConnectionEstablishment` as optional parameter to the initializer of `HTTPClient.Configuration.ConnectionPool` * Reverted change to initializer to prevent API stability breakage * Add parameterless initializer for `HTTPClient.Configuration.ConnectionPool` * Moved default values for `HTTPClient.Configuration.ConnectionPool` to the property declarations, so they only have to be specified at one point * Removed superfluous spaces Co-authored-by: Cory Benfield <lukasa@apple.com> * Re-added missing line break --------- Co-authored-by: Cory Benfield <lukasa@apple.com>
- Loading branch information
1 parent
0ae99db
commit e27aef4
Showing
2 changed files
with
13 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters