[Boost-bugs] [Boost C++ Libraries] #13056: boost\asio\impl\read_until.hpp

Subject: [Boost-bugs] [Boost C++ Libraries] #13056: boost\asio\impl\read_until.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-06-06 02:31:23


#13056: boost\asio\impl\read_until.hpp
------------------------------+----------------------------
 Reporter: xjzhang1979@… | Owner: chris_kohlhoff
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: asio
  Version: Boost 1.64.0 | Severity: Problem
 Keywords: |
------------------------------+----------------------------
 // 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;

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/13056>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-06-06 02:35:05 UTC