Compare commits

..

No commits in common. "master" and "v0.0.8" have entirely different histories.

1 changed files with 0 additions and 3 deletions

View File

@ -2,8 +2,6 @@ package httppb
import (
"fmt"
"go.wit.com/log"
)
func (pb *HttpRequest) DumpRemoteAddr() string {
@ -23,7 +21,6 @@ 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