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
snicoll
changed the title
ReactorNettyClientRequestFactory setExchangeTimeout descriptions is incorrect
Javadoc of ReactorNettyClientRequestFactory#setExchangeTimeout methods have wrong default value
Mar 12, 2024
Affects: 6.1.4
Hi there.
spring-framework/spring-web/src/main/java/org/springframework/http/client/ReactorNettyClientRequestFactory.java
Line 61 in 04e69bd
exchageTimeout default value is 5 sec.
But these two lines seem to be misleading.
spring-framework/spring-web/src/main/java/org/springframework/http/client/ReactorNettyClientRequestFactory.java
Lines 176 to 180 in 04e69bd
spring-framework/spring-web/src/main/java/org/springframework/http/client/ReactorNettyClientRequestFactory.java
Lines 185 to 189 in 04e69bd
The text was updated successfully, but these errors were encountered: