Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd9e2dee

Browse files
committed
Fixing performance problem with pooled connections not getting properly closed when the handle is destroyed.
1 parenta0b53b6 commitd9e2dee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎boost/network/protocol/http/policies/pooled_connection.hpp‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ namespace boost { namespace network { namespace http {
4444
}
4545

4646
~connection_impl () {
47+
pimpl->close_socket();
4748
pimpl.reset();
4849
}
4950

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp