Skip to content
Commit 67dbcc9a authored by Carl Harris's avatar Carl Harris
Browse files

ensure that socket resources are closed by RemoteAppenderStreamClient

In the existing RemoteAppenderStreamClient, an InputStream obtained from
the underlying socket was passed in the constructor.  While the client
implementation closed the stream, it did not close the socket.  Now the
socket is passed to the client to ensure the socket gets closed.
parent f52a4684
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment