-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20319/
-----------------------------------------------------------
Review request for qpid.
Bugs: QPID-5694
https://issues.apache.org/jira/browse/QPID-5694
Repository: qpid
Description
-------
This patch checks if the connection is closing before concluding that it has a
handshake packet to send. It appears this bug has existed a long time, but the
spurious packet was either dropped before sending or was ignored by the client.
The recent other changes for QPID-5669 has changed the timing of the
connection cleanup (sometimes sooner, sometimes later), allowing the problem to
now cause random broker errors reasonably frequently, whereas they were
infrequent or non-existent before.
Diffs
-----
http://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/src/qpid/sys/windows/SslAsynchIO.cpp
1587223
Diff: https://reviews.apache.org/r/20319/diff/
Testing
-------
Thanks,
Cliff Jansen