Re: [Boost-bugs] [Boost C++ Libraries] #9406: [asio] The asio handle shouldnot be called

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9406: [asio] The asio handle shouldnot be called
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-11-18 21:52:03


#9406: [asio] The asio handle shouldnot be called
-------------------------------+----------------------------
  Reporter: icerlion@… | Owner: chris_kohlhoff
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: asio
   Version: Boost 1.55.0 | Severity: Problem
Resolution: invalid | Keywords:
-------------------------------+----------------------------

Comment (by chris_kohlhoff):

 Change line 85 from:

 {{{
 std::cout<<"HandleReceiveFrom error: \t"<<ec<<"\t"<<ep<<std::endl;
 }}}

 to:

 {{{
 std::cout<<"HandleSendTo error: \t"<<ec<<"\t"<<ep<<std::endl;
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9406#comment:3>
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:14 UTC