mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 15:15:48 +00:00
The problem was caused by the reset arriving to the server _before_ the commit callback was invoked. Now waiting for the commit callback to complete before sending the reset to the server. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>