mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 04:47:29 +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:
|
||||
|
||||
* Tidy up doc badge links
|
||||
|
@ -1034,7 +1034,6 @@ public:
|
||||
tcp::endpoint endpoint,
|
||||
std::string const& doc_root)
|
||||
: ctx_(ctx)
|
||||
, strand_(ios)
|
||||
, acceptor_(ios)
|
||||
, socket_(ios)
|
||||
, doc_root_(doc_root)
|
||||
|
Reference in New Issue
Block a user