mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 08:28:54 +00:00
Fixed OutputStreamContentProvider to perform blocking write() calls and implemented OutputStream.flush(). HttpSender now notifies the ContentProvider iterator of write completion and if it implements Callback. This is used in DeferredContentProvider to provide a blocking flush() functionality.