Jetty version(s)
13.0.x
Jetty Environment
eeN
Description
In Jetty 11 we had support for min read/write data rate, baked into HttpOutput and configured via HttpConfiguration.
In Jetty 12+, this mechanism has been replaced by StatisticsHandler.MinimumDataRateHandler.
The clean up should:
- Remove the leftover implementation from
HttpOutput (e.g. HttpOutput._firstByteNanoTime) and AsyncContentProducer.
- Introduce a Jetty module that configures
StatisticsHandler.MinimumDataRateHandler from the HttpConfiguration parameters.
Jetty version(s)
13.0.x
Jetty Environment
eeN
Description
In Jetty 11 we had support for min read/write data rate, baked into
HttpOutputand configured viaHttpConfiguration.In Jetty 12+, this mechanism has been replaced by
StatisticsHandler.MinimumDataRateHandler.The clean up should:
HttpOutput(e.g.HttpOutput._firstByteNanoTime) andAsyncContentProducer.StatisticsHandler.MinimumDataRateHandlerfrom theHttpConfigurationparameters.