diff --git a/httpRequest.dump.go b/httpRequest.dump.go index 07ac38e..293d1bb 100644 --- a/httpRequest.dump.go +++ b/httpRequest.dump.go @@ -2,6 +2,8 @@ package httppb import ( "fmt" + + "go.wit.com/log" ) func (pb *HttpRequest) DumpRemoteAddr() string { @@ -21,6 +23,7 @@ func (pb *HttpRequest) DumpUserAgent() string { // todo: convert this code func (pb *HttpRequest) DumpClient() { + log.Infof("%s %s %s\n", pb.Host, pb.URL, pb.RemoteAddr) /* var host, url, proto, addr, agent string