Branch: refs/heads/3.6
Home:
https://github.com/resteasy/Resteasy
Commit: 79dc7a1342361c65c3f3468ecb0d30f8467a5792
https://github.com/resteasy/Resteasy/commit/79dc7a1342361c65c3f3468ecb0d3...
Author: Alessio Soldano <soldano.servizi(a)email.it>
Date: 2019-02-14 (Thu, 14 Feb 2019)
Changed paths:
M
resteasy-jaxrs/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) (#1863)
* 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
Fix