-
Bug
-
Resolution: Done
-
Major
-
4.7.0.Final
-
None
The javadoc for sseeventsource states that upon receiving a 204 response status code, only onComplete should be invoked:
". 204 - This indicates that server has no events to send. Only onComplete is invoked."
However, the current RestEasy implementation will reconnect continually.
The changes needed to correct this issue have been included in OpenLiberty under PR 18060
This need is not currently tested within the TCK and therefore this change will produce a single TCK failure. This test is currently being challenged under issue 1007 and a vote for this challenge has been placed by James Perkins of Redhat.
- causes
-
RESTEASY-3425 Regression with SSE clients when using a client with 6.2.6.Final and a container version less than 6.2.6.Final
- Open