Home | History | Annotate | Download | only in libevent

Lines Matching refs:chunked

772  * Handles reading from a chunked request.
864 if (req->chunked) {
1581 if (xfer_enc != NULL && strcasecmp(xfer_enc, "chunked") == 0) {
1582 req->chunked = 1;
1948 /* use chunked encoding for HTTP/1.1 */
1950 "chunked");
1951 req->chunked = 1;
1960 if (req->chunked) {
1965 if (req->chunked) {
1976 if (req->chunked) {
1979 req->chunked = 0;