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

UNDERTOW-2275 Suspend reads before terminating a request to cleanup r… #1480

Merged
merged 1 commit into from Jun 14, 2023

Conversation

TomasHofman
Copy link
Contributor

@fl4via fl4via added the bug fix Contains bug fix(es) label Jun 6, 2023
// Request should succeed.
client.execute(post);
} catch (NoHttpResponseException e) {
Assert.fail("No request was received, this was presumably caused by read-timeout closing the connection.");
Copy link
Contributor

Choose a reason for hiding this comment

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

Nitpicking, but the correct error message should be "No response was received from the server, ...", right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh right, that should say "response". Will update.

@fl4via fl4via added the next release This PR will be merged before next release or has already been merged (for payload double check) label Jun 14, 2023
@fl4via fl4via merged commit b30b6d8 into undertow-io:master Jun 14, 2023
25 checks passed
@fl4via fl4via removed the next release This PR will be merged before next release or has already been merged (for payload double check) label Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Contains bug fix(es)
Projects
None yet
3 participants