Lines Matching full:chunked
614 // server wouldn't have the choice to send back chunked
766 fmt.Fprintf(w, "I am a chunked response.")
778 if g, e := res.TransferEncoding, []string{"chunked"}; !reflect.DeepEqual(g, e) {
972 chunked bool
1008 // Expect-100 continue with no body, but a chunked body.
1012 chunked: true,
1047 if test.chunked {
1048 contentLen = "Transfer-Encoding: chunked"
1067 if test.chunked {
1203 // is chunked.
1225 // but chunked, so it might have trailers.
1245 // Big chunked, so read a bit before giving up.
1254 // Big with Connection: close, but chunked, so search for trailers.
1289 "Transfer-Encoding: chunked\r\n" +
1352 "Transfer-Encoding: chunked\r\n" +
1354 "hax\r\n" + // Invalid chunked encoding
1383 "Transfer-Encoding: chunked\r\n" +
1981 // Tests that chunked server responses that write 1 byte at a time are
2280 if !strings.Contains(got, "Transfer-Encoding: chunked") {
2281 return errors.New("not chunked")
2298 if !strings.Contains(got, "Transfer-Encoding: chunked") {
2299 return errors.New("not chunked")