Greg Wilkins
Greg Wilkins
@lorban no probs.... any hint to how the build was broken?
Considering @lachlan-roberts research regarding this, I am switching this PR back to draft and Lachlan should work on a version that returns false from isReady if there is an exception...
Ah yes i can get the same failure not on a chart binary. Could it be a polar failure as that is also in the door message. I'm using the...
Thanks for the extra information. It indeed looks like a race condition that allows the request(s) past the stats handler, but then later decides not handle them, only for the...
The current [HttpParser](https://github.com/eclipse/jetty.project/blob/jetty-12.0.0.alpha3/jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/HttpParser.java#L966-L1028) well handles these issues.
@sbordet it is not done. It is still a nice to have (or nice to investigate), but we can proceed without it.
@lachlan-roberts I've asked the OP what their status is. Can you update the branch against latest 10.0.x and repeat performance tests to check impact. I would think this is something...
The core APIs means that the overheads of the servlet API can be avoided. However, there a number of conveniences that are provided in the servlet implementation that are not...
@ludoch Jetty 9 support will continue whilst there are commercial support clients, so October 2024 is not an technical issue. I've gone for the port to Jetty-12 now for a...
The latest commits have been aimed at improving efficiency. Specifically by moving the buffering below the OutputStream, then we are able to commit responses that are less than the buffer...