/** * Tests for the session host's listener. * * It binds the box's loopback address only — the Outpost's private * port-forward is the one way in, so the host must never listen on a network * interface. These tests use a real TCP socket on 127.0.0.1 to prove the * handshake works over the wire and that an HTTP request is turned away. */ export {}; //# sourceMappingURL=session-host-server.test.d.ts.map