| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -870,7 +870,7 @@ class QuicSessionStats { | |||
| 870 | 870 | [kFinishClose]() { | |
| 871 | 871 | const view = TypedArrayPrototypeSubarray(this.#handle, | |
| 872 | 872 | this.#offset, | |
| 873 | - this.#offset + IDX_STATS_STREAM_COUNT); | ||
| 873 | + this.#offset + IDX_STATS_SESSION_COUNT); | ||
| 874 | 874 | this.#handle = new BigUint64Array(view); | |
| 875 | 875 | this.#offset = 0; | |
| 876 | 876 | this.#disconnected = true; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -90,6 +90,8 @@ clientSession.destroy(); | |||
| 90 | 90 | strictEqual(clientSession.destroyed, true); | |
| 91 | 91 | strictEqual(clientSession.endpoint, null); | |
| 92 | 92 | strictEqual(clientSession.stats.isConnected, false); | |
| 93 | + strictEqual(typeof clientSession.stats.cwnd, 'bigint'); | ||
| 94 | + strictEqual(typeof clientSession.stats.streamsIdleTimedOut, 'bigint'); | ||
| 93 | 95 | ||
| 94 | 96 | strictEqual(stream.destroyed, true); | |
| 95 | 97 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments