Replies: 1 comment
-
Linked issue #37323. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
before opening a bug I wanted to ask if this is an intended behavior: In a RESTEasy resource when I am throwing an exception and this exception is a WebApplicationException or any of its subclasses everything is fine for the client when it's doing retries. When I am throwing something else e.g. a simple RuntimeException, the client gets an expected HTTP 500 at first but if the client does retries, I frequently (but not always) see
Both applications are local Quarkus 3.5.3 applications. Why is the connection closed? Is it a bug or intended?
Thanks,
Gerhard
Beta Was this translation helpful? Give feedback.
All reactions