jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Remove usages of `ByteBufferPool.Accumulator`

Open lorban opened this issue 1 year ago • 1 comments

Jetty version(s) 12.1.x

Enhancement Description ByteBufferPool.Accumulator is now deprecated and should be replaced with better design, like RetainableByteBuffer.DynamicCapacity. Both the HTTP3 generators and FCGI still rely on this class.

Once its usages are gone, we should consider removing it entirely.

See: #11801

lorban avatar Jun 25 '24 10:06 lorban

Deprecated and all usages have been removed. Remove class when this issue goes stale or after a few releases.

gregw avatar Jul 22 '24 07:07 gregw