We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b53b6 commit d9e2deeCopy full SHA for d9e2dee
boost/network/protocol/http/policies/pooled_connection.hpp
@@ -44,6 +44,7 @@ namespace boost { namespace network { namespace http {
44
}
45
46
~connection_impl () {
47
+ pimpl->close_socket();
48
pimpl.reset();
49
50
0 commit comments