Compare commits

...

1 Commits

Author SHA1 Message Date
Peter Thorson 1dfc144eac Revert "Fix make_shared using the wrong strand type" 2015-11-24 10:04:10 -05:00
+1 -1
View File
@@ -439,7 +439,7 @@ protected:
m_io_service = io_service;
if (config::enable_multithreading) {
m_strand = lib::make_shared<lib::asio::io_service::strand>(
m_strand = lib::make_shared<lib::asio::strand>(
lib::ref(*io_service));
m_async_read_handler = m_strand->wrap(lib::bind(