httpserver: Do not use loopback interface if host is empty
Created by: efritz
I rewrote the debug server to use a new version of the httpserver base package. This used || env.InsecureDev
to check if it should replace the host with 127.0.0.1
. Obviously nothing external can attach to the same loopback interface from outside the container.
There was a short outage where a bunch of code intel servers all stopped listening at once, and I think this explains it.