Home | History | Annotate | Download | only in lib

Lines Matching full:chunked

1008   /* make sure that a HTTP request is never sent away chunked! */
1927 /* In HTTP2 forbids Transfer-Encoding: chunked */
1932 /* Some kind of TE is requested, check if 'chunked' is chosen */
1934 Curl_compareheader(ptr, "Transfer-Encoding:", "chunked");
1941 /* don't enable chunked during auth neg */
1958 te = "Transfer-Encoding: chunked\r\n";
2453 /* only add Content-Length if not uploading chunked */
2525 /* only add Content-Length if not uploading chunked */
2573 we don't upload data chunked, as RFC2616 forbids us to set both
2574 kinds of headers (Transfer-Encoding: chunked and Content-Length) */
2630 /* We're not sending it 'chunked', append it to the request
3072 Content-Length nor Content-Encoding chunked have been
3203 using chunked Transfer-Encoding.
3524 /* One or more encodings. We check for chunked and/or a compression
3527 * [RFC 2616, section 3.6.1] A 'chunked' transfer encoding
3545 if(checkprefix("chunked", start)) {