If I have an http server and I want to write the same output for every request, it seems silly to recreate a new stream for every request. But, I notice that if I, for example, connect a file stream, trying to reconnect it does nothing.
How can I reuse a stream?
source
to share