9 Jul
2009
9 Jul
'09
9:20 p.m.
I need to implement a completion condition for boost::asio::async_read_until where either a boost::regex is matched or boost::asio::transfer_at_least is matched.
With this overload: http://www.boost.org/doc/libs/1_39_0/doc/html/boost_asio/reference/async_rea... ...you can implement any condition you wish.