Skip to content

Commit bb9d3ec

Browse files
committed
Merge branch '3.5.x'
2 parents 0e44f1d + 74d69d6 commit bb9d3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/spring-boot-http-client/src/main/java/org/springframework/boot/http/client/HttpComponentsHttpClientBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public HttpComponentsHttpClientBuilder withConnectionConfigCustomizer(
131131
Consumer<ConnectionConfig.Builder> connectionConfigCustomizer) {
132132
Assert.notNull(connectionConfigCustomizer, "'connectionConfigCustomizer' must not be null");
133133
return new HttpComponentsHttpClientBuilder(this.customizer, this.connectionManagerCustomizer,
134-
this.socketConfigCustomizer.andThen(this.socketConfigCustomizer), this.connectionConfigCustomizer,
134+
this.socketConfigCustomizer, this.connectionConfigCustomizer.andThen(connectionConfigCustomizer),
135135
this.defaultRequestConfigCustomizer, this.tlsSocketStrategyFactory);
136136
}
137137

0 commit comments

Comments
 (0)