Skip to content

Clean up min data rate implementation #15266

Description

@sbordet

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugFor general bugs on Jetty side

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions