You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/client/ClientHttpRequestFactories.java
+25-3
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,7 @@ static SimpleClientHttpRequestFactory get(ClientHttpRequestFactorySettings setti
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/client/AbstractClientHttpRequestFactoriesTests.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/client/ClientHttpRequestFactoriesHttpComponentsTests.java
+10
Original file line number
Diff line number
Diff line change
@@ -53,4 +53,14 @@ protected long readTimeout(HttpComponentsClientHttpRequestFactory requestFactory
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/client/ClientHttpRequestFactoriesJettyTests.java
+10
Original file line number
Diff line number
Diff line change
@@ -45,4 +45,14 @@ protected long readTimeout(JettyClientHttpRequestFactory requestFactory) {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/client/ClientHttpRequestFactoriesOkHttp3Tests.java
+10
Original file line number
Diff line number
Diff line change
@@ -61,4 +61,14 @@ protected long readTimeout(OkHttp3ClientHttpRequestFactory requestFactory) {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/client/ClientHttpRequestFactoriesOkHttp4Tests.java
+10
Original file line number
Diff line number
Diff line change
@@ -59,4 +59,14 @@ protected long readTimeout(OkHttp3ClientHttpRequestFactory requestFactory) {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/client/ClientHttpRequestFactoriesSimpleTests.java
+10
Original file line number
Diff line number
Diff line change
@@ -44,4 +44,14 @@ protected long readTimeout(SimpleClientHttpRequestFactory requestFactory) {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/client/ClientHttpRequestFactoriesTests.java
0 commit comments