Boost C++ Libraries: Ticket #4420: boost::asio::async_read_at not returning boost::asio::error::eof https://svn.boost.org/trac10/ticket/4420 <p> 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" </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4420 Trac 1.4.3 chris_kohlhoff Sun, 11 Jul 2010 13:37:33 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4420#comment:1 https://svn.boost.org/trac10/ticket/4420#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> This was already fixed for boost 1.42. </p> Ticket