Home
last modified time | relevance | path

Searched refs:transfer_encoding (Results 1 – 2 of 2) sorted by path

/unit/src/
H A Dnxt_h1proto.c844 r->proto.h1->transfer_encoding = te; in nxt_h1p_transfer_encoding()
866 r->content_length_n, h1p->transfer_encoding); in nxt_h1p_request_body_read()
868 switch (h1p->transfer_encoding) { in nxt_h1p_request_body_read()
H A Dnxt_h1proto.h33 nxt_http_te_t transfer_encoding:8; /* 2 bits */ member