vert-x3 / vertx-web

HTTP web applications for Vert.x
Apache License 2.0
1.11k stars 535 forks source link

BodyHandler should not be added before the ProxyHandler #2614

Closed tsegismont closed 2 months ago

tsegismont commented 6 months ago

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

We should at least document this.

vietj commented 6 months ago

@tsegismont may hang ?

tsegismont commented 6 months ago

@tsegismont may hang ?

Fixed the description

tsegismont commented 2 months ago

Fixed by 4446eb5f8