-
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
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
Labels
No labels