Github user alanconway commented on a diff in the pull request:

    https://github.com/apache/qpid-dispatch/pull/279#discussion_r179509985
  
    --- Diff: src/container.c ---
    @@ -769,11 +777,12 @@ qd_link_t *qd_link(qd_node_t *node, qd_connection_t 
*conn, qd_direction_t dir, c
         link->node       = node;
         link->drain_mode = pn_link_get_drain(link->pn_link);
         link->remote_snd_settle_mode = 
pn_link_remote_snd_settle_mode(link->pn_link);
    -    link->close_sess_with_link = true;
    +    link->close_sess_with_link = false;
    --- End diff --
    
    Could delete this field entirely, it is never true


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to