| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ba07699 commit 0812ebd
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1478,7 +1478,7 @@ class Http2Stream extends Duplex { | |||
| 1478 | 1478 | if (this.destroyed) | |
| 1479 | 1479 | return; | |
| 1480 | 1480 | if (this[kTimeout]) | |
| 1481 | - _unrefActive([kTimeout]); | ||
| 1481 | + _unrefActive(this[kTimeout]); | ||
| 1482 | 1482 | if (this[kSession]) | |
| 1483 | 1483 | this[kSession][kUpdateTimer](); | |
| 1484 | 1484 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments