mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '3.5.x' into 4.0.x
Closes gh-50642
This commit is contained in:
+5
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user