You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhancement Description ByteBufferCallbackAccumulator has been deprecated but there still are places where we use it. We should replace all those usages with RetainableByteBuffer.DynamicCapacity and eventually remove this class.
Jetty version(s)
12.1.x
Enhancement Description
ByteBufferCallbackAccumulator
has been deprecated but there still are places where we use it. We should replace all those usages withRetainableByteBuffer.DynamicCapacity
and eventually remove this class.See: #11801
The text was updated successfully, but these errors were encountered: