Ludovic Orban

Results 180 comments of Ludovic Orban

@pvertenten Can you collect more details about the leaks you observed? Any idea if the GZip handler could be related, when it is or it is not inflating/deflating for instance?...

A buffer leak was found and fixed in 10.0.x/11.0.x, see: https://github.com/jetty/jetty.project/pull/12896

I'm tempted to consider this a bug: the request should not be recycled before `AsyncContext.complete()` returned. But what do we do with timeouts? Do we keep the resources around hoping...

Returning a null map sounds like a sure way to get a NPE instead of the current ISE. I don't think that would improve anything.

@garydgregory unfortunately, they're not. As we cannot reproduce the NPE you reported, this is progressing very slowly as we have to be super careful while working on assumptions.

@garydgregory could we please follow up this conversation on https://github.com/jetty/jetty.project/pull/12210?

Is that an alternative for the fix in #12143?