forked from loafle/openapi-generator-original
Merge remote-tracking branch 'origin/master' into 5.2.x
This commit is contained in:
@@ -1063,10 +1063,8 @@ public class ApiClient extends JavaTimeFormatter {
|
||||
* @return Client
|
||||
*/
|
||||
protected Client buildHttpClient() {
|
||||
// use the default client config if not yet initialized
|
||||
if (clientConfig == null) {
|
||||
clientConfig = getDefaultClientConfig();
|
||||
}
|
||||
// recreate the client config to pickup changes
|
||||
clientConfig = getDefaultClientConfig();
|
||||
|
||||
ClientBuilder clientBuilder = ClientBuilder.newBuilder();
|
||||
customizeClientBuilder(clientBuilder);
|
||||
|
||||
Reference in New Issue
Block a user