Skip to content

6044 Do not complete requests on receiving notification events#6086

Open
guerrillalg wants to merge 3 commits into
eclipse-ee4j:3.1from
guerrillalg:3.1
Open

6044 Do not complete requests on receiving notification events#6086
guerrillalg wants to merge 3 commits into
eclipse-ee4j:3.1from
guerrillalg:3.1

Conversation

@guerrillalg
Copy link
Copy Markdown

This is a proposal to fix an issue #6044 in CompletedAsyncContextListener. Semantically speaking, this is supposed to be a listener. It is being notified about certain events when complete or error is already happening. It is essentially incorrect to complete the ongoing request at this moment. I propose to only update a flag, which is needed in related code.

Normally, a similar fix should be done in the 2.x as well, however I was not able to reproduce it using a test in that version. We can discuss on this and see how should we deal with it then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant