Dominic Evans created PROTON-814:
------------------------------------
Summary: proton-c: pn_selector_select caches its return code from
a previous error
Key: PROTON-814
URL: https://issues.apache.org/jira/browse/PROTON-814
Project: Qpid Proton
Issue Type: Bug
Components: proton-c
Affects Versions: 0.8
Reporter: Dominic Evans
Assignee: Dominic Evans
In posix pn_selector_select, if a poll() call returns result == -1 and
sets selector->error from the errno, any subsequent pn_selector_select
calls on the same selector will return have a return code of the
previously cached errno even if they succeed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)