Home
last modified time | relevance | path

Searched refs:no_content_length (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/tests/ceftests/
Dserver_unittest.cc690 : type(response_type), no_content_length(false) {} in HttpServerResponse()
704 bool no_content_length; member
730 response.no_content_length in SendHttpServerResponse()
739 (response.content.empty() && response.no_content_length)) { in SendHttpServerResponse()
780 if (expected_response.no_content_length) { in VerifyHttpServerResponse()
978 response.no_content_length = true; in CreateCustom()
/third_party/nghttp2/src/
Dnghttp.h94 bool no_content_length; member
DHttpServer.h84 bool no_content_length; member
Dnghttpd.cc399 config.no_content_length = true; in main()
DHttpServer.cc118 no_content_length(false), in Config()
944 if (!get_config()->no_content_length) { in submit_file_response()
1180 if (!hd->get_config()->no_content_length) { in prepare_echo_response()
Dnghttp.cc120 no_content_length(false), in Config()
474 if (!config.no_content_length) { in submit_request()
3015 config.no_content_length = true; in main()