Opened 7 years ago
Last modified 7 years ago
#12032 new Bugs
boost::system::error_code bug?
Reported by: | 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.
Note:
See TracTickets
for help on using tickets.