Closed
Description
When a MuxedStream representing STDIN is closed it should send a message indicating this to the remote side. As a simple example, if you execute /bin/cat on a pod, send some data over STDIN, and dispose the STDIN stream, the command will never complete because the closure of the stream is not communicated to the server, so cat waits forever for STDIN to be closed.