Re: [Boost-bugs] [Boost C++ Libraries] #3861: Closing a socket doesn't cancel all pending asynchronous send operations

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3861: Closing a socket doesn't cancel all pending asynchronous send operations
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-03-18 03:15:44


#3861: Closing a socket doesn't cancel all pending asynchronous send operations
--------------------------------------+-------------------------------------
  Reporter: m.de.wever@… | Owner: chris_kohlhoff
      Type: Bugs | Status: closed
 Milestone: Boost 1.42.0 | Component: asio
   Version: Boost 1.40.0 | Severity: Problem
Resolution: invalid | Keywords:
--------------------------------------+-------------------------------------
Changes (by chris_kohlhoff):

  * status: new => closed
  * resolution: => invalid

Comment:

 The behaviour is correct. The write operations are not pending when you
 call close, it's just that the handlers haven't been called yet. The write
 operations themselves completed with an error as soon as the client closed
 the connection.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3861#comment:1>
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