Home | History | Annotate | Download | only in http

Lines Matching full:sprint

501 			w.Header().Set("Got-Length", fmt.Sprint(r.ContentLength))
508 if got, want := res.Header.Get("Got-Length"), fmt.Sprint(wantLen); got != want {
664 wantHeader["Content-Length"] = []string{fmt.Sprint(wantLen)}