I messed up Jetty 9.0.6.v20130930 via Maven with the command mvn jetty:run.
Looking through the logs of my server, every couple of days I get this message:
2014-01-28 00: 57: 47.659: WARN: oejh.HttpParser: qtp975361377-71: BadMessage: 400 No host for HttpChannelOverHttp @ 66a7150e {r = 0, a = IDLE, uri = -}
I could not reproduce it, and it does not seem to happen next to any other requests that I would expect if someone used the site. What I would like to know is what could be causing this, and what does the user (if any) see when this happens?
source
share