mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-21 22:46:04 +00:00
Made associate(), disassociate() and abort() atomic operations using the HttpExchange state to coordinate atomicity. In this way, it's not possible to associate a HttpChannel and a HttpExchange if the latter has been aborted.