iZDT
iZDT
Fix issue [749](https://github.com/spring-cloud/spring-cloud-openfeign/issues/749)
**Describe the bug** After the bug ([Read timeout from application properties is not used when client is configured ](https://github.com/spring-cloud/spring-cloud-openfeign/issues/324) ) was fixed in [v2.2.4.RELEASE](https://github.com/spring-cloud/spring-cloud-openfeign/releases/tag/v2.2.4.RELEASE), connect timeout and readtimeout of [LoadBalancerFeignClient](https://github.com/spring-cloud/spring-cloud-openfeign/blob/2.2.x/spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/ribbon/LoadBalancerFeignClient.java#L97)...
Reopen PR #2311 Fix Isuue https://github.com/OpenFeign/feign/issues/1721 Content-Length may be added twice.
When using OkHttp with Spring Cloud Zuul, the following issues occur: 1. During automatic retry triggered by a `Connection Reset` exception, the HTTP message body is not properly written, while...