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 6b72054 commit 3c36ba4Copy full SHA for 3c36ba4
boost/network/protocol/http/client/connection/sync_normal.hpp
@@ -10,7 +10,7 @@
10
11
#include <iterator>
12
#include <functional>
13
-#include <asio/deadline_timer.hpp>
+#include <asio/steady_timer.hpp>
14
#include <asio/streambuf.hpp>
15
#include <boost/network/protocol/http/algorithms/linearize.hpp>
16
#include <boost/network/protocol/http/response.hpp>
@@ -132,7 +132,7 @@ struct http_sync_connection
132
}
133
134
int timeout_;
135
- ::asio::deadline_timer timer_;
+ ::asio::steady_timer timer_;
136
resolver_type& resolver_;
137
resolver_function_type resolve_;
138
::asio::ip::tcp::socket socket_;
0 commit comments