vert-x3 / vertx-web

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

Informational message when rejecting a malformed request #2682

Closed tsegismont closed 1 day ago

tsegismont commented 1 day ago

When a malformed request is received, Vert.x rejects it without an informational message.

For example, on HTTP/2 requests, the ':authority' pseudo-header is required.

Backporting https://github.com/vert-x3/vertx-web/pull/2677

tsegismont commented 1 day ago

cc @mcruzdev

tsegismont commented 1 day ago

Closed by #2683