mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 23:25:50 +00:00
Improved async handling to avoid race of setWriteListener->handle with async read callback. The async read callback now calls into the HttpChannelState with a new onReadPossible() method. A more detailed state machine is now kept for async reads, with and additional state for using the handler thread to produce more content.