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-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/config/HttpClientProperties.java
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ public String toString() {
169
169
170
170
publicstaticclassPool {
171
171
172
-
/** Type of pool for HttpClient to use, defaults to ELASTIC. */
172
+
/** Type of pool for HttpClient to use (elastic, fixed or disabled). */
173
173
privatePoolTypetype = PoolType.ELASTIC;
174
174
175
175
/** The channel pool map name, defaults to proxy. */
@@ -209,8 +209,8 @@ public static class Pool {
209
209
privatebooleanmetrics = false;
210
210
211
211
/**
212
-
* Configures the leasing strategy for the pool, defaults to FIFO which is Netty's
213
-
* default.
212
+
* Configures the leasing strategy for the pool (fifo or lifo), defaults
0 commit comments