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

Fix TODO to handle close call on entity #6501

Merged
merged 4 commits into from Jun 29, 2023

Conversation

arjav-desai
Copy link
Member

@arjav-desai arjav-desai commented Mar 28, 2023

Addresses #5388

There is already an auto drain in place in Http1Connection.consumeEntity. See https://github.com/helidon-io/helidon/blob/main/nima/webserver/webserver/src/main/java/io/helidon/nima/webserver/http1/Http1Connection.java#L341. So just removing the method as we don’t need to do anything is this case.

For http2, it will be handled #6545

@arjav-desai arjav-desai added this to the 4.0.0-M1 milestone Mar 28, 2023
@arjav-desai arjav-desai self-assigned this Mar 28, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 28, 2023
@arjav-desai arjav-desai marked this pull request as draft March 28, 2023 14:46
@arjav-desai arjav-desai removed this from the 4.0.0-M1 milestone Mar 30, 2023
@arjav-desai arjav-desai marked this pull request as ready for review June 29, 2023 19:56
@arjav-desai arjav-desai linked an issue Jun 29, 2023 that may be closed by this pull request
@arjav-desai arjav-desai merged commit 39bd2aa into helidon-io:main Jun 29, 2023
12 checks passed
@arjav-desai arjav-desai deleted the helidon-5388 branch July 10, 2023 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nima: ReadableEntityBase
2 participants