mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
Fix spurious strand_ in advanced_server_flex
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Version 120:
|
||||||
|
|
||||||
|
* Fix spurious strand_ in advanced_server_flex
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 119:
|
Version 119:
|
||||||
|
|
||||||
* Tidy up doc badge links
|
* Tidy up doc badge links
|
||||||
|
@ -1034,7 +1034,6 @@ public:
|
|||||||
tcp::endpoint endpoint,
|
tcp::endpoint endpoint,
|
||||||
std::string const& doc_root)
|
std::string const& doc_root)
|
||||||
: ctx_(ctx)
|
: ctx_(ctx)
|
||||||
, strand_(ios)
|
|
||||||
, acceptor_(ios)
|
, acceptor_(ios)
|
||||||
, socket_(ios)
|
, socket_(ios)
|
||||||
, doc_root_(doc_root)
|
, doc_root_(doc_root)
|
||||||
|
Reference in New Issue
Block a user