proxy_base shutdown fix

This commit is contained in:
Arvid Norberg 2007-11-19 05:18:50 +00:00
parent fd11e07a55
commit da17b30e63
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ public:
{
m_remote_endpoint = endpoint_type();
m_sock.close();
m_resolver.cancel();
}
void close(asio::error_code& ec)