We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bceaf6f commit 7376cfcCopy full SHA for 7376cfc
1 file changed
lib/auth/streamingV4/trailingChecksumTransform.js
@@ -17,7 +17,7 @@ class TrailingChecksumTransform extends Transform {
17
this.errCb = errCb;
18
this.chunkSizeBuffer = Buffer.alloc(0);
19
this.outputBuffer = [];
20
- this.bytesToDiscard = 0; // when trailing /r/n are present, we discard them but they can be in different chunks
+ this.bytesToDiscard = 0; // when trailing \r\n are present, we discard them but they can be in different chunks
21
this.bytesToRead = 0; // when a chunk is advertised, the size is put here and we forward all bytes
22
this.streamClosed = false;
23
}
0 commit comments