mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 15:15:48 +00:00
Fixed WriteFlusher to distinguish between a flush that consumes all content and returns false, from one that consumes all content and returns true. If false is returned, the flusher needs to remain in pending so encrypted buffers can be flushed.