Skip to content

Commit 4799a35

Browse files
committed
quic: Fix new test 2
1 parent 35e5ee2 commit 4799a35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/parallel/test-quic-client-to-server-unidirectional.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ const serverEndpoint = await listen(async (serverSession) => {
3434
readChunks.push(value);
3535
}
3636
if (done) break;
37-
readc++;
3837
}
3938
stream.closed.catch(() => {
4039
// ignore
@@ -69,7 +68,6 @@ const writer = clientWritable.getWriter();
6968
for (const chunk of KNOWN_BYTES_LONG) {
7069
await writer.ready;
7170
await writer.write(chunk);
72-
run++;
7371
}
7472
await writer.ready;
7573
await writer.close();

0 commit comments

Comments
 (0)