Skip to content

Commit 7376cfc

Browse files
Update lib/auth/streamingV4/trailingChecksumTransform.js
Co-authored-by: Jonathan Gramain <jonathan.gramain@scality.com>
1 parent bceaf6f commit 7376cfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/auth/streamingV4/trailingChecksumTransform.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class TrailingChecksumTransform extends Transform {
1717
this.errCb = errCb;
1818
this.chunkSizeBuffer = Buffer.alloc(0);
1919
this.outputBuffer = [];
20-
this.bytesToDiscard = 0; // when trailing /r/n are present, we discard them but they can be in different chunks
20+
this.bytesToDiscard = 0; // when trailing \r\n are present, we discard them but they can be in different chunks
2121
this.bytesToRead = 0; // when a chunk is advertised, the size is put here and we forward all bytes
2222
this.streamClosed = false;
2323
}

0 commit comments

Comments
 (0)