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

BodyHandler should not be added before the ProxyHandler #2614

Open
tsegismont opened this issue May 23, 2024 · 2 comments
Open

BodyHandler should not be added before the ProxyHandler #2614

tsegismont opened this issue May 23, 2024 · 2 comments

Comments

@tsegismont
Copy link
Contributor

tsegismont commented May 23, 2024

The BodyHandler should not be added before the ProxyHandler. Otherwise, the request may hang indefinitely.

We should at least document this.

@vietj
Copy link
Contributor

vietj commented May 23, 2024

@tsegismont may hang ?

@tsegismont
Copy link
Contributor Author

@tsegismont may hang ?

Fixed the description

@vietj vietj modified the milestones: 4.5.8, 4.5.9 May 24, 2024
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants