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

Prevent EOFException if request already handled #4269

Closed
wants to merge 1 commit into from
Closed

Prevent EOFException if request already handled #4269

wants to merge 1 commit into from

Conversation

dbazile
Copy link
Contributor

@dbazile dbazile commented Sep 21, 2019

This can occur if the JettyHttpContainer in a HandlerCollection and is
downstream of another handler that successfully handled a request.

Refer to #4262

@dbazile
Copy link
Contributor Author

dbazile commented Sep 21, 2019

I already accepted the ECA but it looks like the ECA-bot is angry about my use of the "noreply" github alias. :)

@jansupol
Copy link
Contributor

Right, the Eclipse requirement is that the commit contains the sign-off-by.

This can occur if the JettyHttpContainer in a HandlerCollection and is
downstream of another handler that successfully handled a request.

Closes #4262

Signed-off-by: David Bazile <[email protected]>
@dbazile
Copy link
Contributor Author

dbazile commented Sep 23, 2019

@jansupol: tried to add the sign-off but apparently blew up the commit history (possibly from depth=1 plus amend commit?).

Resubmitted as #4271

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.

None yet

2 participants