Affects: 6.1.4


Hi there.

https://github.com/spring-projects/spring-framework/blob/04e69bdb260d9e74f392e9cbf01ee87f6feb798b/spring-web/src/main/java/org/springframework/http/client/ReactorNettyClientRequestFactory.java#L61

exchageTimeout default value is 5 sec.

But these two lines seem to be misleading.

https://github.com/spring-projects/spring-framework/blob/04e69bdb260d9e74f392e9cbf01ee87f6feb798b/spring-web/src/main/java/org/springframework/http/client/ReactorNettyClientRequestFactory.java#L176-L180

https://github.com/spring-projects/spring-framework/blob/04e69bdb260d9e74f392e9cbf01ee87f6feb798b/spring-web/src/main/java/org/springframework/http/client/ReactorNettyClientRequestFactory.java#L185-L189

Comment From: snicoll

Good catch @KimJejun.