[ 
https://issues.apache.org/jira/browse/PROTON-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13680462#comment-13680462
 ] 

ASF subversion and git services commented on PROTON-116:
--------------------------------------------------------

Commit 1491871 from r...@apache.org
[ https://svn.apache.org/r1491871 ]

PROTON-116: avoid sending redundant disposition frames
                
> Proton sends explicit disposition for pre-settled messages
> ----------------------------------------------------------
>
>                 Key: PROTON-116
>                 URL: https://issues.apache.org/jira/browse/PROTON-116
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-c
>    Affects Versions: 0.2
>            Reporter: Ted Ross
>            Priority: Minor
>             Fix For: 0.5
>
>
> When proton sends pre-settled messages (the settled flag is set in the 
> transfer), it follows up with an explicit disposition frame for the message.
> I believe this disposition update is spurious and unneeded, though I haven't 
> found a definitive statement one way or the other in the protocol 
> specification.
> [0x1efaaa0:1] -> FLOW @19 [0, 1024, 0, 1024, 1, 0, 8, null, false]
> [0x1efaaa0:1] <- TRANSFER @20 [1, 0, b"\x00\x00\x00\x00\x00\x00\x00\x00", 0, 
> true, false] (184)
> [0x1efaaa0:1] <- TRANSFER @20 [1, 1, b"\x01\x00\x00\x00\x00\x00\x00\x00", 0, 
> true, false] (184)
> [0x1efaaa0:1] <- TRANSFER @20 [1, 2, b"\x02\x00\x00\x00\x00\x00\x00\x00", 0, 
> true, false] (184)
> [0x1efaaa0:1] <- DISPOSITION @21 [false, 0, 2, true, null]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to