Skip to content

Commit 63f0bbd

Browse files
author
ionut.stan
committed
Added references.
1 parent ef641e0 commit 63f0bbd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/bug_uws_close_await_hang.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ process.on(
1111
}
1212
);
1313

14+
// https://github.com/uWebSockets/uWebSockets/issues/586
15+
1416
(
1517
async () =>
1618
{

tests/bug_uws_send_large_string_connection_closed.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ process.on(
1111
}
1212
);
1313

14+
15+
// https://github.com/uWebSockets/uWebSockets/issues/583
16+
1417
(
1518
async () =>
1619
{

0 commit comments

Comments
 (0)