Closed lorban closed 1 week ago
Make sure ReadOnlyBufferException is not thrown from read-only methods of RetainableByteBuffer.Mutable.Wrapper, even when the buffer is retained.
ReadOnlyBufferException
RetainableByteBuffer.Mutable.Wrapper
This fixes such failures: https://jenkins.webtide.net/blue/organizations/jenkins/jetty.project/detail/jetty-12.1.x-ee9-ResponseTest/1/tests/
I'd like to see this fixed/merged soon, as it is breaking other 12.1.x PRs
https://jenkins.webtide.net/blue/organizations/jenkins/jetty.project/detail/PR-12531/5/tests
Make sure
ReadOnlyBufferException
is not thrown from read-only methods ofRetainableByteBuffer.Mutable.Wrapper
, even when the buffer is retained.This fixes such failures: https://jenkins.webtide.net/blue/organizations/jenkins/jetty.project/detail/jetty-12.1.x-ee9-ResponseTest/1/tests/