Home
last modified time | relevance | path

Searched refs:MIME_PRESENCE_CONTENT_LENGTH (Results 1 – 5 of 5) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHdrToken.h318 #define MIME_PRESENCE_CONTENT_LENGTH (TOK_64_CONST(1) << 14) macro
H A DHdrToken.cc185 {"Content-Length", MIME_SLOTID_CONTENT_LENGTH, MIME_PRESENCE_CONTENT_LENGTH, HTIF_NONE},
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpTransact.cc5380 if (!incoming_hdr->presence(MIME_PRESENCE_CONTENT_LENGTH)) { in check_request_validity()
5464 if (incoming_hdr->presence(MIME_PRESENCE_CONTENT_LENGTH)) { in set_client_request_state()
5824 if (incoming_response->presence(MIME_PRESENCE_CONTENT_LENGTH)) { in initialize_state_variables_from_response()
6623 if (base->presence(MIME_PRESENCE_CONTENT_LENGTH)) { in handle_content_length_header()
H A DHttpSM.cc6196 if (!t_state.hdr_info.server_request.presence(MIME_PRESENCE_CONTENT_LENGTH)) { in attach_server_session()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http2/
H A DHttp2ConnectionState.cc1661 if ((resp_hdr->presence(MIME_PRESENCE_CONTENT_LENGTH) && resp_hdr->get_content_length() == 0) || in send_headers_frame()