Subject: [Boost-bugs] [Boost C++ Libraries] #4420: boost::asio::async_read_at not returning boost::asio::error::eof
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-07-11 06:40:52
#4420: boost::asio::async_read_at not returning boost::asio::error::eof
--------------------------+-------------------------------------------------
Reporter: Lloyd | Owner: chris_kohlhoff
Type: Bugs | Status: new
Milestone: Boost 1.44.0 | Component: asio
Version: Boost 1.40.0 | Severity: Problem
Keywords: |
--------------------------+-------------------------------------------------
in the boost::asio::async_read_at handler it is not returning
boost::asio::error::eof as "error" (when reaches the end of file) instead
we had to check error against
"error==boost::system::windows_error::handle_eof"
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4420> 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:03 UTC