id summary reporter owner description type status milestone component version severity resolution keywords cc 13056 boost\asio\impl\read_until.hpp xjzhang1979@… chris_kohlhoff " // Start a new asynchronous read operation to obtain more data. stream_.async_read_some(streambuf_.prepare(bytes_to_read), BOOST_ASIO_MOVE_CAST(read_until_delim_string_op)(*this)); return; default: //why the default label is here? streambuf_.commit(bytes_transferred); if (ec || bytes_transferred == 0) break; " Bugs new To Be Determined asio Boost 1.64.0 Problem