| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 93eb68e commit fc61ee3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1343,8 +1343,8 @@ class Http2Stream extends Duplex { | |||
| 1343 | 1343 | return; | |
| 1344 | 1344 | if (this[kTimeout]) | |
| 1345 | 1345 | _unrefActive([kTimeout]); | |
| 1346 | - if (this[kSession] && this[kSession][kTimeout]) | ||
| 1347 | - _unrefActive(this[kSession][kTimeout]); | ||
| 1346 | + if (this[kSession]) | ||
| 1347 | + this[kSession][kUpdateTimer](); | ||
| 1348 | 1348 | } | |
| 1349 | 1349 | ||
| 1350 | 1350 | [kInit](id, handle) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments