Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RESTEASY-2985] Only run the complete listeners if a 204 response is … #3863

Merged
merged 1 commit into from
Oct 18, 2023

Commits on Oct 18, 2023

  1. [RESTEASY-2985] Only run the complete listeners if a 204 response is …

    …received. Note that an SseEventSink.close() in RESTEasy will result in a 204. In other implementations, this results in a 200. Add a way to override this with a system property or configuration parameter. See jakartaee/rest#1007 for details.
    
    https://issues.redhat.com/browse/RESTEASY-2985
    Signed-off-by: James R. Perkins <jperkins@redhat.com>
    jamezp committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    8963587 View commit details
    Browse the repository at this point in the history