We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
same issue as the #36257
An invalid chunked response should not hang the client and resources should be properly released when the connection is closed.
The client call never completes and resources are not released.
No response
uname -a
ver
java -version
mvnw --version
gradlew --version
The text was updated successfully, but these errors were encountered:
/cc @cescoffier (rest-client), @geoand (rest-client)
Sorry, something went wrong.
Can this patch be backported to the 2.7.x series?
2.7 is no longer supported.
Is there a reason you can upgrade to newer versions?
No branches or pull requests
Describe the bug
same issue as the #36257
Expected behavior
An invalid chunked response should not hang the client and resources should be properly released when the connection is closed.
Actual behavior
The client call never completes and resources are not released.
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: