| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9d752d5 commit 97f622b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ const count = 32; | |||
| 13 | 13 | server.listen(0, common.mustCall(() => { | |
| 14 | 14 | const client = http2.connect(`http://localhost:${server.address().port}`); | |
| 15 | 15 | ||
| 16 | - let remaining = count; | ||
| 16 | + let remaining = count + 1; | ||
| 17 | 17 | function maybeClose() { | |
| 18 | 18 | if (--remaining === 0) { | |
| 19 | 19 | server.close(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments