We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05b523 commit e11731aCopy full SHA for e11731a
src/main/java/software/amazon/encryption/s3/internal/CipherSubscriber.java
@@ -73,7 +73,6 @@ public void onNext(ByteBuffer byteBuffer) {
73
combinedBuffer = finalBytes;
74
}
75
wrappedSubscriber.onNext(ByteBuffer.wrap(combinedBuffer));
76
- return;
77
} else {
78
// Not at end; send content so far
79
wrappedSubscriber.onNext(ByteBuffer.wrap(outputBuffer));
0 commit comments