-
Notifications
You must be signed in to change notification settings - Fork 534
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
BodyHandler should not be added before the ProxyHandler #2614
Comments
@tsegismont may hang ? |
Fixed the description |
tsegismont
added a commit
to tsegismont/vertx-web
that referenced
this issue
May 24, 2024
See vert-x3#2614 Added documentation and make ProxyHandler fail fast if the BodyHandler has been seen. Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
to tsegismont/vertx-web
that referenced
this issue
May 31, 2024
See vert-x3#2614 Added documentation and make ProxyHandler fail fast if the BodyHandler has been seen. Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
to tsegismont/vertx-web
that referenced
this issue
Aug 28, 2024
See vert-x3#2614 Added documentation and make ProxyHandler fail fast if the BodyHandler has been seen. Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
that referenced
this issue
Aug 28, 2024
See #2614 Added documentation and make ProxyHandler fail fast if the BodyHandler has been seen. Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont
added a commit
that referenced
this issue
Aug 28, 2024
See #2614 Added documentation and make ProxyHandler fail fast if the BodyHandler has been seen. Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
Fixed by 4446eb5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
BodyHandler
should not be added before theProxyHandler
. Otherwise, the request may hang indefinitely.We should at least document this.
The text was updated successfully, but these errors were encountered: