mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 16:05:00 +00:00
Read interest and write interest can be setting concurrently, and they may cancel each other. Replaced _interestOps with an AtomicInteger and checking whether the update succeeds, otherwise it is reattempted.