File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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 {
175175 if ( chunk . length ) {
176176 state . signatureInfo = Buffer . concat ( [ state . signatureInfo , chunk ] )
177177 }
178-
178+
179179 callback ( )
180180 }
181181 }
@@ -188,7 +188,7 @@ export class VerifyStream extends PortableTransformWithType {
188188 * If the verify stream continues processing and sends the next auth tag,
189189 * before the current auth tag has been completed.
190190 * 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,
192192 * can not be know when the stream is created,
193193 * the internal stream state would need to be modified.
194194 * 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