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

quarkus 2.7.x also encountered the "Rest client call hangs when receiving an invalid chunked" issue #37950

Closed
Mhuang77 opened this issue Dec 28, 2023 · 3 comments
Labels
area/rest-client kind/bug Something isn't working

Comments

@Mhuang77
Copy link

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 or ver

No response

Output of java -version

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@Mhuang77 Mhuang77 added the kind/bug Something isn't working label Dec 28, 2023
Copy link

quarkus-bot bot commented Dec 28, 2023

/cc @cescoffier (rest-client), @geoand (rest-client)

@Mhuang77
Copy link
Author

Can this patch be backported to the 2.7.x series?

@geoand
Copy link
Contributor

geoand commented Dec 28, 2023

2.7 is no longer supported.

Is there a reason you can upgrade to newer versions?

@geoand geoand closed this as not planned Won't fix, can't repro, duplicate, stale Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/rest-client kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants