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/GatewayAutoConfiguration.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -275,8 +275,8 @@ public RouteRefreshListener routeRefreshListener(ApplicationEventPublisher publi
Copy file name to clipboardExpand all lines: spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/config/HttpClientProperties.java
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -209,8 +209,8 @@ public static class Pool {
209
209
privatebooleanmetrics = false;
210
210
211
211
/**
212
-
* Configures the leasing strategy for the pool (fifo or lifo), defaults
213
-
* to FIFO which is Netty's default.
212
+
* Configures the leasing strategy for the pool (fifo or lifo), defaults to FIFO
0 commit comments