Skip to content
New issue

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

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

Already on GitHub? # to your account

Support multipart by Jetty & Netty #5436

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

jansupol
Copy link
Contributor

No description provided.

@jansupol jansupol force-pushed the multipart.support.connectors branch 3 times, most recently from fcc1bb1 to 2318e9e Compare October 13, 2023 13:18
Signed-off-by: jansupol <jan.supol@oracle.com>
@jansupol jansupol force-pushed the multipart.support.connectors branch from 2318e9e to ede6c5f Compare October 13, 2023 20:56
@@ -468,9 +469,23 @@ public void run() {
}
});

if (entityWriter.getType() != NettyEntityWriter.Type.DELAYED) {
entityWriter.flush();
headersSet.await();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we have to wait anyway, do we really need the executorService?. Maybe we can get rid of it and also the CountDownLatch.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ignore it, the countdownlatch is different.

@jansupol jansupol merged commit b074c47 into eclipse-ee4j:2.x Oct 17, 2023
@jansupol jansupol deleted the multipart.support.connectors branch October 17, 2023 12:13
@jansupol jansupol added this to the 2.41 milestone Oct 18, 2023
@jansupol jansupol self-assigned this Oct 18, 2023
This was referenced Oct 20, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants