Skip to content

Commit 43830fd

Browse files
Initial analysis of smart retry issue with structured message decoder
Co-authored-by: gunjansingh-msft <[email protected]>
1 parent 66bf061 commit 43830fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/storage/azure-storage-common/src/main/java/com/azure/storage/common/policy/StorageContentValidationDecoderPolicy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ private Flux<ByteBuffer> decodeStream(Flux<ByteBuffer> encodedFlux, DecoderState
9898
int availableSize = dataToProcess.remaining();
9999
ByteBuffer duplicateForDecode = dataToProcess.duplicate();
100100
int initialPosition = duplicateForDecode.position();
101-
101+
102102
// Decode - this advances duplicateForDecode's position
103103
ByteBuffer decodedData = state.decoder.decode(duplicateForDecode, availableSize);
104104

0 commit comments

Comments
 (0)