Re: [Boost-bugs] [Boost C++ Libraries] #4023: Read handler has EOF error_code

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4023: Read handler has EOF error_code
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-03-18 10:27:13


#4023: Read handler has EOF error_code
----------------------------------+-----------------------------------------
 Reporter: olafvdspek@… | Owner: chris_kohlhoff
     Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: asio
  Version: Boost 1.42.0 | Severity: Showstopper
 Keywords: |
----------------------------------+-----------------------------------------

Comment(by anonymous):

 This one on line 1412 gets hit:
 {{{
     // A request to receive 0 bytes on a stream socket is a no-op.
     if (impl.protocol_.type() == SOCK_STREAM && total_buffer_size == 0)
     {
       ptr.get()->on_immediate_completion(0, 0);
       ptr.release();
       return;
     }
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4023#comment:8>
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:02 UTC