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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]