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:01:11 UTC

[qpid-broker-j] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


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

commit 94de25eb9fb8be6e6deba38a72afcf7b14ce1d0b
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
---
 .../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