Subject: [Boost-bugs] [Boost C++ Libraries] #12269: wrong error code
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-06-14 08:30:47
#12269: wrong error code
------------------------------+----------------------------
Reporter: anonymous | Owner: chris_kohlhoff
Type: Bugs | Status: new
Milestone: To Be Determined | Component: asio
Version: Boost 1.61.0 | Severity: Problem
Keywords: |
------------------------------+----------------------------
On Windows, attempting to call async_read_until (and probably other async
functions) after the other side close the connection returns
boost::system::error_code with value 1236 (ERROR_CONNECTION_ABORTED)
instead of expected 10053 (WSAECONNABORTED).
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12269> 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:20 UTC