Dominic Evans created PROTON-578:
------------------------------------
Summary: proton-c: windows/io.c prints "Unknown error" for all
winsock errors
Key: PROTON-578
URL: https://issues.apache.org/jira/browse/PROTON-578
Project: Qpid Proton
Issue Type: Bug
Components: proton-c
Affects Versions: 0.7
Reporter: Dominic Evans
The code in windows/io.c is attempting to call strerror on Winsock WSA error
codes returned by WSAGetLastError(). However, these codes don't map to Unix
errno codes, so will always output an "Unknown error" msg.
--
This message was sent by Atlassian JIRA
(v6.2#6252)