Skip to content

Commit 148971d

Browse files
committed
web: reword
Signed-off-by: Peter Gadfort <gadfort@zeroasic.com>
1 parent 4166c0e commit 148971d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/web/test/js/test-websocket-manager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,9 @@ describe('WebSocketManager liveness', () => {
376376
// request is on the wire, nothing is queued behind it, and the server
377377
// is silent for far longer than DEAD_MS while it computes. This must
378378
// NOT be treated as a dead connection — a lone slow command never
379-
// saturates the in-flight window (so Signature 2 cannot arm), and its
379+
// saturates the in-flight window (so Signature 2 cannot setup), and its
380380
// small payload never fills the send buffer (so Signature 1 cannot
381-
// arm). Only a request flood that saturates the window is a wedge.
381+
// setup). Only a request flood that saturates the window is a wedge.
382382
const mgr = new WebSocketManager('ws://fake');
383383
await mgr.readyPromise;
384384

0 commit comments

Comments
 (0)