Opened 5 years ago
#13056 new Bugs
boost\asio\impl\read_until.hpp
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost 1.64.0 | Severity: | Problem |
Keywords: | Cc: |
Description
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;
Note:
See TracTickets
for help on using tickets.