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

ASF subversion and git services commented on ARTEMIS-1796:
----------------------------------------------------------

Commit 396056ce0438219d6981183256b277433d737e04 in activemq-artemis's branch 
refs/heads/master from Clebert Suconic
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=396056c ]

ARTEMIS-1796 AMQP flush during handshake can break SASL


> Flush during handshake of AMQP can cause issues with SASL clients
> -----------------------------------------------------------------
>
>                 Key: ARTEMIS-1796
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1796
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.5.0
>         Environment: I found this by setting up a debug point on the 
> handshake. But as I saw it the flush could still happen shortly after causing 
> intermittent issues with SASL clients.
>  
> The flush should be deferred until the initial handshake is finished. This is 
> as simple as only doing the flush if the first packet was received, and that 
> would be enough for this.
>  
> The solution I'm implementing is to differentiate flushes from scheduled 
> flushes, and doing a regular flush if the first packet was received.
>            Reporter: clebert suconic
>            Assignee: clebert suconic
>            Priority: Major
>             Fix For: 2.5.1
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to