Lines Matching refs:logf
1076 w.conn.server.logf("http: response.WriteHeader on hijacked connection")
1080 w.conn.server.logf("http: multiple response.WriteHeader calls")
1096 w.conn.server.logf
1356 w.conn.server.logf("http: WriteHeader called with both Transfer-Encoding of %q and a Content-Length of %d",
1510 w.conn.server.logf("http: response.Write on hijacked connection")
1727 c.server.logf("http: panic serving %v: %v\n%s", c.remoteAddr, err, buf)
1743 c.server.logf("http: TLS handshake error from %s: %v", c.rwc.RemoteAddr(), err)
2786 srv.logf("http: Accept error: %v; retrying in %v", e, tempDelay)
2919 func (s *Server) logf(format string, args ...interface{}) {
2927 // logf prints to the ErrorLog of the *Server associated with request r
2930 func logf(r *Request, format string, args ...interface{}) {