(format string, args ...interface{})
| 125 | } |
| 126 | |
| 127 | func (p *HTTPProxy) Fatal(format string, args ...interface{}) { |
| 128 | p.Sess.Events.Log(log.FATAL, p.tag+format, args...) |
| 129 | } |
| 130 | |
| 131 | func (p *HTTPProxy) doProxy(req *http.Request) bool { |
| 132 | if req.Host == "" { |