Not in the near future. I have mostly been working on Quarkus for the moment, and Flavia has taken over as Undertow lead (I am still involved in the project, I just don't have as much time to spend on it).StuartOn Thu, Mar 21, 2019 at 2:02 AM Robin Anil <robin.anil@gmail.com> wrote:Stuart, just checking in again, is doing a local invocation of handlers without involving network on your radar?RobinOn Thu, Mar 15, 2018 at 4:44 PM Robin Anil <robin.anil@gmail.com> wrote:Not a lot of data. But most of our handlers are very fast and out test suite is in the 2000 range and increasing- from a phone, xquz typozOn Mar 15, 2018 4:35 PM, "Stuart Douglas" <sdouglas@redhat.com> wrote:For servlet there is io.undertow.servlet.handlers.ServletInitialHandler#dispatchMockRequest, however it is Servlet only at the moment and it pretty basic.That said though I am currently looking at adding support for a new client+proxy implementation, and one of the things I want to support is local invocation without involving the network, so doing a more general version of this was on my radar.I am still surprised that the network is causing issues for your integration tests though. How much data are these tests sending?StuartOn Fri, Mar 16, 2018 at 6:14 AM, Robin Anil <robin.anil@gmail.com> wrote:Hi Stuart,Is there a way to bring up undertow programmatically where the underlying HTTP/https transport is removed in favor or direction function callsEffectively, we have accumulated a lot of integration tests and are looking for ways to speed them up and at the moment, 80% of CPU time in the test is pretty data copies back and forth at the HTTP client and HTTP server.Before I start refactoring our HTTP-handler chains to fake-undertow, I thought it might be good to ask.Robin--