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

Await completion in ServletHttpHandler.service for non-async containers #438

Merged
merged 1 commit into from
Apr 28, 2023

Conversation

yawkat
Copy link
Member

@yawkat yawkat commented Apr 28, 2023

This patch only returns from service once the request has actually completed, and the response is guaranteed to be available. This fixes micronaut-projects/micronaut-starter#1734 . There may be adverse impact, I'm not sure.

This patch only returns from service once the request has actually completed, and the response is guaranteed to be available. This fixes micronaut-projects/micronaut-starter#1734 . There may be adverse impact, I'm not sure.
@yawkat yawkat requested a review from sdelamo April 28, 2023 09:38
@sonarcloud
Copy link

sonarcloud bot commented Apr 28, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

Copy link
Contributor

@sdelamo sdelamo left a comment

Choose a reason for hiding this comment

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

@sdelamo sdelamo merged commit db4c573 into master Apr 28, 2023
@sdelamo sdelamo deleted the await-completion branch April 28, 2023 10:19
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.

2 participants