Generates annoying error messages when shutting down, because when kill is called, the upstream socket might not even be in use yet. Wrap the call to check if the m_upstreamHost member has been populated and skip calling shutdown on the socket if not. Fixed in next commit.
Generates annoying error messages when shutting down, because when kill is called, the upstream socket might not even be in use yet. Wrap the call to check if the
m_upstreamHost
member has been populated and skip calling shutdown on the socket if not. Fixed in next commit.