For issue 28848.
The default value of maxKeepAliveRequests is based on reactor-netty code here:
HttpServerConfig.java
this.maxKeepAliveRequests = -1;
For issue 28848.
The default value of maxKeepAliveRequests is based on reactor-netty code here:
HttpServerConfig.java
this.maxKeepAliveRequests = -1;