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

Commit297b5bf

Browse files
committed
async_normal: fix
1 parentcbf9256 commit297b5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎boost/network/protocol/http/client/connection/async_normal.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ struct http_async_connection
508508
}
509509

510510
int timeout_;
511-
::asio::deadline_timer timer_;
511+
::asio::steady_timer timer_;
512512
bool is_timedout_;
513513
bool follow_redirect_;
514514
resolver_type& resolver_;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp