Simple to reproduce:
a. Start any HTTP server let's say on 8080
b. On the command line issue:
In vertx you will get the exception:
java.lang.IllegalArgumentException: No enum constant io.vertx.core.http.HttpMethod.TRACK
at java.lang.Enum.valueOf(Enum.java:238)
at io.vertx.core.http.HttpMethod.valueOf(HttpMethod.java:26)
at io.vertx.core.http.impl.HttpServerRequestImpl.method(HttpServerRequestImpl.java:124)
at io.vertx.ext.dropwizard.impl.HttpServerMetricsImpl.requestBegin(HttpServerMetricsImpl.java:40)
at io.vertx.ext.dropwizard.impl.HttpServerMetricsImpl.requestBegin(HttpServerMetricsImpl.java:32)
The worse thing is the connection stays open!
Cheers,