proxy_base shutdown fix
This commit is contained in:
parent
fd11e07a55
commit
da17b30e63
|
@ -123,6 +123,7 @@ public:
|
|||
{
|
||||
m_remote_endpoint = endpoint_type();
|
||||
m_sock.close();
|
||||
m_resolver.cancel();
|
||||
}
|
||||
|
||||
void close(asio::error_code& ec)
|
||||
|
|
Loading…
Reference in New Issue