Skip to content

Add injectDataToFilterChain(data, end_stream) methods to NetworkFilter callbacks #6640

@yskopets

Description

@yskopets

Title: Similarly to HTTP use case, add injectDataToFilterChain(data, end_stream) methods to NetworkFilter callbacks

Description:

Recently, new methods have been added to StreamFilterCallbacks in order to support low bandwidth simulation (see #6242):

  • StreamDecoderFilterCallbacks::injectDecodedDataToFilterChain(data, end_stream)
  • StreamEncoderFilterCallbacks::injectEncodedDataToFilterChain(data, end_stream)

It would be useful to have methods with the same semantics in the context of NetworkFilters as well.

Example use cases include:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementFeature requests. Not bugs or questions.help wantedNeeds help!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions