-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Request has already been read (Vertx) #16571
Comments
BodyHandlerBean may play a role in this but I'm really not sure. |
It seems the exception is only thrown for requests which are not supposed to have a body ( |
Workaround: append a |
I think this may already be fixed by #16460 |
Actually probably not, if this still happens in 1.13.2 |
@geoand fixed an issue related to that recently. |
Indeed, @gwenneg can you retest? |
Is your fix included in 1.13.6 @geoand? |
I don't think we backported it |
Which one is it? I will probably prepare a new 1.13 this week. |
I just added the backport label |
Closing - looks outdated. Please reopen if the problem remains. |
Describe the bug
I updated Quarkus from
1.9.0
to1.13.x
in a project recently and ran into the following exception:It is thrown randomly if a
BodyHandler
is appended to a route and that route is then called from an HTTP request:Expected behavior
No exception thrown.
Actual behavior
HTTP request is served sometimes, and sometimes it fails because of the exception.
To Reproduce
https://github.com/gwenneg/quarkus-request-already-read
Steps to reproduce the behavior:
./mvnw clean quarkus:dev
Environment (please complete the following information):
Output of
java -version
Quarkus version or git rev
1.13.2.Final
The text was updated successfully, but these errors were encountered: