mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 16:35:03 +00:00
* Added FragmentingFlusher to abstract the fragmentation of frames. Signed-off-by: Lachlan Roberts <lachlan@webtide.com> * Handle failure case of Fragmenting Flusher Signed-off-by: Lachlan Roberts <lachlan@webtide.com> * Fragment outgoing frames before the ExtensionStack Signed-off-by: Lachlan Roberts <lachlan@webtide.com> * update javadoc Signed-off-by: Lachlan Roberts <lachlan@webtide.com> * separate frame size validation for incoming and outgoing frames Signed-off-by: Lachlan Roberts <lachlan@webtide.com> * fix test Signed-off-by: Lachlan Roberts <lachlan@webtide.com> * reimplement FragmentingFlusher with the new TransformingFlusher Signed-off-by: Lachlan Roberts <lachlan@webtide.com>