/** * Tests for the session host's line framing. * * The host speaks newline-delimited JSON over a raw TCP stream, so it cuts the * byte stream into lines itself. Two properties matter beyond "split on \n": * a character split across two TCP chunks must arrive intact, and a peer must * never be able to make the host buffer an unbounded line — the cap trips as * soon as the pending bytes pass it, not when a newline finally arrives. */ export {}; //# sourceMappingURL=session-host-ndjson.test.d.ts.map