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