mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 00:17:18 +00:00
Only for the client having a non-blocking CreateEndPoint was a problem, because it was sending requests from onOpen(). For a busy client with always queued requests, CreateEndPoint.run() did never return, causing the NIO selection to stall.