edgeport - v1.0.6
    Preparing search index...

    Class StreamFramedWriter

    FramedWriter backed by a WritableStream of bytes.

    Implements

    Index
    • Releases the underlying stream lock without closing the stream.

      Used when a starttls upgrade swaps the socket: the old writer must relinquish its lock so the new socket's streams can be locked, without closing the (discarded) old stream.

      Returns void