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
Description ProxyConnectionFactory and its associated Connection implementations use RetainableByteBuffer in a non-idiomatic way, possibly leading to buffer leaks.
The code must be reviewed to ensure buffers are properly used.
The text was updated successfully, but these errors were encountered:
Jetty version(s)
12
Description
ProxyConnectionFactory
and its associatedConnection
implementations useRetainableByteBuffer
in a non-idiomatic way, possibly leading to buffer leaks.The code must be reviewed to ensure buffers are properly used.
The text was updated successfully, but these errors were encountered: