-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9802/
-----------------------------------------------------------
Review request for qpid, Cliff Jansen and Rafael Schloming.
Description
-------
The driver was missing code to notify the transport when a socket was closed
(detected when a socket write or read is done).
This addresses bug proton-267.
https://issues.apache.org/jira/browse/proton-267
Diffs
-----
/proton/trunk/proton-c/src/posix/driver.c 1452846
/proton/trunk/proton-c/src/windows/driver.c 1452846
Diff: https://reviews.apache.org/r/9802/diff/
Testing
-------
Tested the posix implementation and verified the fix. Patched the windows
driver using the diff from posix - verify it compiled on windows.
Thanks,
Kenneth Giusti