[Boost-bugs] [Boost C++ Libraries] #5910: asio/example/echo/blocking_tcp_echo_client.cpp

Subject: [Boost-bugs] [Boost C++ Libraries] #5910: asio/example/echo/blocking_tcp_echo_client.cpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-09-18 20:32:55


#5910: asio/example/echo/blocking_tcp_echo_client.cpp
------------------------------+---------------------------------------------
 Reporter: nojhan | Owner: chris_kohlhoff
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: asio
  Version: Boost 1.42.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------------------------
 line 79:
     size_t reply_length = boost::asio::read(s,
         boost::asio::buffer(reply, request_length));

 should be:
     size_t reply_length = boost::asio::read(s,
         boost::asio::buffer(reply, reply_length));

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5910>
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-02-16 18:50:07 UTC