You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Kenneth Giusti <kg...@apache.org> on 2016/06/11 17:48:50 UTC

Review Request 48586: Link the reactor to the transport when the connection is bound.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48586/
-----------------------------------------------------------

Review request for qpid and Justin Ross.


Repository: qpid-proton-git


Description
-------

Previously, the reactor was only linked to the transport when a socket is created.  This caused a crash when the socket creation failed.


Diffs
-----

  proton-c/src/reactor/connection.c 422a072 
  proton-c/src/tests/reactor.c 427ffb5 

Diff: https://reviews.apache.org/r/48586/diff/


Testing
-------

new unit test added


Thanks,

Kenneth Giusti