mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix JsonObjectDecoder with '[' starting chunk
Issue: SPR-15013
This commit is contained in:
@@ -212,9 +212,6 @@ class JsonObjectDecoder extends AbstractDecoder<DataBuffer> {
|
||||
}
|
||||
}
|
||||
|
||||
if (this.input.readableBytes() == 0) {
|
||||
this.index = 0;
|
||||
}
|
||||
return Flux.fromIterable(chunks);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user