File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ export class VerifyStream extends PortableTransformWithType {
175
175
if ( chunk . length ) {
176
176
state . signatureInfo = Buffer . concat ( [ state . signatureInfo , chunk ] )
177
177
}
178
-
178
+
179
179
callback ( )
180
180
}
181
181
}
@@ -188,7 +188,7 @@ export class VerifyStream extends PortableTransformWithType {
188
188
* If the verify stream continues processing and sends the next auth tag,
189
189
* before the current auth tag has been completed.
190
190
* This is basically a back pressure issue.
191
- * Since the frame size, and consequently the high water mark,
191
+ * Since the frame size, and consequently the high water mark,
192
192
* can not be know when the stream is created,
193
193
* the internal stream state would need to be modified.
194
194
* I assert that a simple callback is a simpler way to handle this.
You can’t perform that action at this time.
0 commit comments