mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 15:15:48 +00:00
Fixed the race condition by submitting a zero length buffer to write from onWritePossible() which will succeed the callback without causing races.