| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2e0f36a commit 6386540
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -926,7 +926,7 @@ class QuicStreamState { | |||
| 926 | 926 | wantsHeaders, | |
| 927 | 927 | wantsTrailers, | |
| 928 | 928 | early, | |
| 929 | - resetCode, | ||
| 929 | + resetCode: `${resetCode}`, | ||
| 930 | 930 | writeDesiredSize, | |
| 931 | 931 | budget, | |
| 932 | 932 | }; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -179,6 +179,7 @@ strictEqual(sessionState.maxDatagramSize, 0); | |||
| 179 | 179 | strictEqual(sessionState.lastDatagramId, 0n); | |
| 180 | 180 | ||
| 181 | 181 | strictEqual(typeof streamState.toJSON(), 'object'); | |
| 182 | + strictEqual(JSON.parse(streamState.toString()).resetCode, '0'); | ||
| 182 | 183 | strictEqual(typeof sessionState.toJSON(), 'object'); | |
| 183 | 184 | strictEqual(typeof inspect(streamState), 'string'); | |
| 184 | 185 | strictEqual(typeof inspect(sessionState), 'string'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments