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

    https://github.com/apache/qpid-dispatch/pull/172#discussion_r126155845
  
    --- Diff: include/qpid/dispatch/message.h ---
    @@ -203,9 +203,9 @@ int  qd_message_get_phase_annotation(const qd_message_t 
*msg);
     void qd_message_set_ingress_annotation(qd_message_t *msg, 
qd_composed_field_t *ingress_field);
     
     /**
    - * Receive message data via a delivery.  This function may be called more 
than once on the same
    - * delivery if the message spans multiple frames.  Once a complete message 
has been received, this
    - * function shall return the message.
    + * Receive message data frame by frame via a delivery.  This function may 
be called more than once on the same
    + * delivery if the message spans multiple frames. Always returns a 
message. The message buffers are filled up to the point with the data that was 
been received so far.
    + * The buffer keeps filling up on successive calls to this function.
      *
      * @param delivery An incoming delivery from a link
      * @return A pointer to the complete message or 0 if the message is not 
yet complete.
    --- End diff --
    
    This comment is out of date


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to