If my list contains something that is not necessary to comment out, or if I missed anything please let me know!
LINE 206: o_host := req.Host
LINE 215: remote_addr := from_ip
LINE 303: l, err := p.cfg.GetLureByPath(pl_name, o_host, req_path)
LINE 469: req.Header.Set(p.getHomeDir(), o_host)
LINE 473: l, err := p.cfg.GetLureByPath(pl_name, o_host, req_path)
LINE 579: _, err := p.cfg.GetLureByPath(pl_name, o_host, req_path)
LINE 659: req.Header.Set(p.getHomeDir(), o_host)
LINE 1791:
func (p *HttpProxy) getHomeDir() string {
return strings.Replace(HOME_DIR, ".e", "X-E", 1)
}