Closed tsegismont closed 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
cc @mcruzdev
Closed by #2683
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