Howl
Results
2
issues of
Howl
auto act = _auth->next(); while (act != SUCCESS && act != FAILURE) { if (act == SEND) { size_t len; auto p = _auth->construct_send(len); _socket.send(boost::asio::buffer(p.get(), len)); _auth->sent(); } else if...