Opened 7 years ago

Last modified 7 years ago

#12032 new Bugs

boost::system::error_code bug?

Reported by: Falven2000@… Owned by: chris_kohlhoff
Milestone: To Be Determined Component: asio
Version: Boost 1.60.0 Severity: Problem
Keywords: Cc:

Description

On Windows, attempting to call read or write before calling connect returns boost::system::error_code (expected behavior) with value 10057 (unexpected value), rather than boost::system::errc::not_connected (expected value). 10057 is windows sockets error WSAENOTCONN.

Change History (1)

comment:1 by Francisco Aguilera <Falven2000@…>, 7 years ago

Version: Boost 1.61.0Boost 1.60.0
Note: See TracTickets for help on using tickets.