http: remove debug info

This commit is contained in:
nadoo 2019-10-21 15:51:38 +08:00
parent 393a334705
commit ef2d3cd07f

View File

@ -55,8 +55,6 @@ func parseRequest(r *bufio.Reader) (*request, error) {
return nil, err return nil, err
} }
log.F("req header: %v", header)
auth := header.Get("Proxy-Authorization") auth := header.Get("Proxy-Authorization")
cleanHeaders(header) cleanHeaders(header)