mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 16:05:00 +00:00
Fixed race condition where the prime request response was arriving to the client before the server had finished to clean up and remove the prime stream. Subsequent client requests were rejected because the prime stream was still "alive".