retryConnectionEstablishment

If true, HTTPClient will try to create new connections on connection failure with an exponential backoff. Requests will only fail after the connect timeout exceeded. If false, all requests that have no assigned connection will fail immediately after a connection could not be established. Defaults to true.

HTTPClient.swift:1152
var retryConnectionEstablishment: Bool