You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Rafael H. Schloming (JIRA)" <ji...@apache.org> on 2014/01/27 15:55:38 UTC

[jira] [Commented] (PROTON-496) [Messenger] Messenger fails to send "end" on shutdown.

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

Rafael H. Schloming commented on PROTON-496:
--------------------------------------------

The protocol doesn't require an end frame. It's perfectly valid to close the connection without closing any of its sessions.

> [Messenger] Messenger fails to send "end" on shutdown.
> ------------------------------------------------------
>
>                 Key: PROTON-496
>                 URL: https://issues.apache.org/jira/browse/PROTON-496
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-c
>    Affects Versions: 0.6
>            Reporter: Ken Giusti
>            Assignee: Ken Giusti
>             Fix For: 0.7
>
>
> $ export PN_TRACE_FRM=1
> $ proton-c/examples/messenger/c/send
> Connected to 0.0.0.0:5672
> [0x151a020]:  -> SASL
> [0x151a020]:0 -> @sasl-init(65) [mechanism=:ANONYMOUS, initial-response=b""]
> [0x151a020]:  <- SASL
>    <SNIP>
> [0x151a020]:0 -> @detach(22) [handle=0, closed=true]
> [0x151a020]:0 -> @close(24) []
> [0x151a020]:  -> EOS
> [0x151a020]:0 <- @detach(22) [handle=0, closed=true]
> [0x151a020]:0 <- @close(24) []
> [0x151a020]:  <- EOS
> Closed 0.0.0.0:5672
> There should be an "@end" frame in there, no?



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)