Lachlan
Lachlan
@brettwooldridge the batching of frames is still a concept in Jettys lower level websocket-core API. But there is just no configuration for it in the new jetty-websocket-api, it is always...
@poutsma @rstoyanchev the build of this branch is now passing all tests with the staged release of jetty-12.0.11, which should be released very soon.
@simonbasle yes I have already signed the CLA.
Closing as no one has reported this to be an issue for them.
@0xmulch I have opened PR #11883 if you wish to review. It is still a draft PR as there is still work to do including the documentation, but it is...
@gregw `HttpContent` is in jetty-http module so does not have access to `Request` and `Response` classes, so it cannot have the `httpContent.process(request, response, callback)` method you propose, and it cannot...
@gregw the branch is here https://github.com/eclipse/jetty.project/tree/jetty-12.0.x-AsyncHttpContent It never had a PR but we reviewed in hangout with @sbordet and @lorban and decided that it introduced too much unnecessary complexity.
@terryyrliang can you please test again with the latest version of Jetty 12 I believe this was already fixed (in https://github.com/jetty/jetty.project/pull/11452), and I cannot reproduce the issue with your example...
@sbordet I understand that, I'm not saying we need live connection statistics for this, but there is probably some race where `ReportListener` is trying to get the stats before the...
@sbordet I confimed that `ReportListener#onComplete(LoadGenerator generator)` is called before any of the connections are closed with `ReportListener#onClosed(Connection)`.