Opened 12 years ago

Closed 12 years ago

#4420 closed Bugs (fixed)

boost::asio::async_read_at not returning boost::asio::error::eof

Reported by: Lloyd Owned by: chris_kohlhoff
Milestone: Boost 1.44.0 Component: asio
Version: Boost 1.40.0 Severity: Problem
Keywords: Cc:

Description

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"

Change History (1)

comment:1 by chris_kohlhoff, 12 years ago

Resolution: fixed
Status: newclosed

This was already fixed for boost 1.42.

Note: See TracTickets for help on using tickets.