You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2019/02/13 23:02:47 UTC

[qpid-broker-j] branch 7.1.x updated: QPID-8273: [Broker-J] Set notify work on channel reaching end-of-read-stream

This is an automated email from the ASF dual-hosted git repository.

orudyy pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/7.1.x by this push:
     new ae6fecf  QPID-8273: [Broker-J] Set notify work on channel reaching end-of-read-stream
ae6fecf is described below

commit ae6fecffad5edb4abde74f1e4d2e2060702523f2
Author: Alex Rudyy <or...@apache.org>
AuthorDate: Wed Feb 13 15:50:56 2019 +0000

    QPID-8273: [Broker-J] Set notify work on channel reaching end-of-read-stream
    
    (cherry picked from commit 94de25eb9fb8be6e6deba38a72afcf7b14ce1d0b)
---
 .../java/org/apache/qpid/server/transport/NonBlockingConnection.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/broker-core/src/main/java/org/apache/qpid/server/transport/NonBlockingConnection.java b/broker-core/src/main/java/org/apache/qpid/server/transport/NonBlockingConnection.java
index 48dcb37..843e3d7 100644
--- a/broker-core/src/main/java/org/apache/qpid/server/transport/NonBlockingConnection.java
+++ b/broker-core/src/main/java/org/apache/qpid/server/transport/NonBlockingConnection.java
@@ -542,6 +542,7 @@ public class NonBlockingConnection implements ServerNetworkConnection, ByteBuffe
         if (read == -1)
         {
             _closed.set(true);
+            _protocolEngine.notifyWork();
         }
 
         _partialRead = read != 0;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org