Browse Source

Bumping versions

pull/1446/head
buildmaster 5 years ago
parent
commit
c57a5f71f5
  1. 4
      spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/config/HttpClientProperties.java

4
spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/config/HttpClientProperties.java

@ -158,8 +158,8 @@ public class HttpClientProperties { @@ -158,8 +158,8 @@ public class HttpClientProperties {
private Long acquireTimeout = ConnectionProvider.DEFAULT_POOL_ACQUIRE_TIMEOUT;
/**
* Time in millis after which the channel will be closed.
* If NULL, there is no max idle time.
* Time in millis after which the channel will be closed. If NULL, there is no max
* idle time.
*/
private Duration maxIdleTime = null;

Loading…
Cancel
Save