You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.vertx.scala.core.http.HttpServerRequest uses Scala's collection.mutable.MultiMap which is not case insensitive, preventing headers to be correctly retrieved when the case in their names don't match.
In other vert.x langs, this works as expected, ie header names are case-insensitive.