Merge branch '3.5.x' into 4.0.x

Closes gh-50642
This commit is contained in:
Stéphane Nicoll
2026-05-31 16:15:09 +02:00
@@ -148,6 +148,11 @@ public class InspectedContent implements Content {
this.delegate = new ByteArrayOutputStream();
}
@Override
public void close() throws IOException {
this.delegate.close();
}
@Override
public void write(int b) throws IOException {
this.singleByteBuffer[0] = (byte) (b & 0xFF);