vert-x3 / vertx-web

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

Fix NPE in ForwardedParser when host header is missing for HTTP/1.1 #2537

Closed vietj closed 11 months ago

vietj commented 11 months ago

The ForwardedParser fails when the host header is missing for HTTP/1.x with an NPE.