mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 08:28:54 +00:00
* Issue #4376 Async Content Complete Added test harness to reproduce unready completing write. Fixed test by not closing output prior to becoming READY Signed-off-by: Greg Wilkins <gregw@webtide.com> * Issue #4376 Async Content Complete ERROR state still needs to be closed! Signed-off-by: Greg Wilkins <gregw@webtide.com> * Issue #4376 Async Content Complete close after last blocking write Signed-off-by: Greg Wilkins <gregw@webtide.com> * Issue #4376 Async Content Complete If completion has to do a flush, then we need a call to closed to avoid leaking buffers. Signed-off-by: Greg Wilkins <gregw@webtide.com> * Issue #4376 Async Content Complete Reformat Signed-off-by: Greg Wilkins <gregw@webtide.com>