Skip to content

Allow more control over Quic channel send #775

@hkhalili-ocado

Description

@hkhalili-ocado

Currently connectionSendAndFlush() in QuicheQuicChannel is called directly from within the same class and from QuicheQuicStreamChannel (Unsafe). This does not give any control to the user in terms of flushing. Could we instead use parent().pipeline().flush()? This way the user can add a handler to the QuicChannel pipeline to modify flushing behaviour. If this is potentially acceptable I can start working on implementing this for review.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions