mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 15:15:48 +00:00
Introduced the automatic batch mode, akin to Jetty 8's WebSocket implementation. Now, if there are no more frames to process, and the previous frames have been aggregated, FrameFlusher auto-flushes the aggregated frames. This simplifies applications because they don't need to call flush() explicitly.