Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] jetty 9.4.4 creates HttpClient threads with WebSockets module enabled

hi all,

I have just noticed that if you enable the WebSockets module (from start.ini) then Jetty creates a number of threads whose name starts with HttpClient.

Is this intended?

Without knowing a lot about WebSockets I'd say that in most cases within Jetty you are only interested in server side handling, not in connecting to other WebSockets endpoint.


thanks,
Michele

Back to the top