Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: c76caa7e480e3e5de9d38bb224ed44f081031968
https://github.com/resteasy/Resteasy/commit/c76caa7e480e3e5de9d38bb224ed4...
Author: Ingvord <tla-ingvord(a)yandex.ru>
Date: 2019-02-13 (Wed, 13 Feb 2019)
Changed paths:
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/sse/SseEventOutputImpl.java
M testsuite/integration-tests/pom.xml
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseBroadcasterTest.java
Log Message:
-----------
[RESTEASY-2083] Fix issue when SseBroadcasterImpl.notifyOnCloseListeners removes wrong
sink from the outputQueue (#1796)
* Fix issue when SseBroadcasterImpl.notifyOnCloseListeners removes wrong sink from the
outputQueue
* Progress: add test case
* Progress: respect code-style check
* Progress: respect code-style check