[GitHub] qpid-dispatch pull request #366: DISPATCH-1103 - Added code to retry failed ...

2018-08-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-dispatch/pull/366 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-dispatch pull request #366: DISPATCH-1103 - Added code to retry failed ...

2018-08-24 Thread ted-ross
Github user ted-ross commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/366#discussion_r212715250 --- Diff: src/router_core/connections.c --- @@ -1329,6 +1329,9 @@ static void qdr_connection_closed_CT(qdr_core_t *core, qdr_action_t *action, boo

[GitHub] qpid-dispatch pull request #366: DISPATCH-1103 - Added code to retry failed ...

2018-08-24 Thread ted-ross
Github user ted-ross commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/366#discussion_r212714631 --- Diff: src/router_core/route_control.h --- @@ -43,6 +43,13 @@ qdr_auto_link_t *qdr_route_add_auto_link_CT(qdr_core_t *core,

[GitHub] qpid-dispatch pull request #366: DISPATCH-1103 - Added code to retry failed ...

2018-08-24 Thread ted-ross
Github user ted-ross commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/366#discussion_r212715743 --- Diff: src/router_core/connections.c --- @@ -1753,6 +1756,12 @@ static void qdr_link_inbound_detach_CT(qdr_core_t *core, qdr_action_t *action, b

[GitHub] qpid-dispatch pull request #366: DISPATCH-1103 - Added code to retry failed ...

2018-08-24 Thread ganeshmurthy
GitHub user ganeshmurthy opened a pull request: https://github.com/apache/qpid-dispatch/pull/366 DISPATCH-1103 - Added code to retry failed auto links using the core … …timeer API You can merge this pull request into a Git repository by running: $ git pull