Skip to content

Commit 297b5bf

Browse files
committed
async_normal: fix
1 parent cbf9256 commit 297b5bf

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

+1-1
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)