Lines Matching refs:http_version
180 if (r->http_version > HTTP_VERSION_1_1) { in connection_handle_response_end_state()
462 if (r->http_version <= HTTP_VERSION_1_1) { in connection_handle_write_state()
490 } while (r->http_version <= HTTP_VERSION_1_1 in connection_handle_write_state()
587 if (r->http_version == HTTP_VERSION_2) return NULL; in connection_read_header_more()
764 r->http_version = HTTP_VERSION_2; in connection_handle_read_state()
988 if (r->http_version == HTTP_VERSION_2) { in connection_state_machine_loop()
1019 if (r->http_version > HTTP_VERSION_1_1) in connection_state_machine_loop()
1031 if (r->http_version > HTTP_VERSION_1_1 && r != &con->request) in connection_state_machine_loop()
1479 if (r->http_version <= HTTP_VERSION_1_1 in connection_check_timeout()
1845 if (r->http_version > HTTP_VERSION_1_1) in connection_check_expect_100()
1847 else if (r->http_version == HTTP_VERSION_1_1) in connection_check_expect_100()
1863 if (r->http_version > HTTP_VERSION_1_1) { in connection_handle_read_post_state()
1896 if (r->http_version > HTTP_VERSION_1_1) { in connection_handle_read_post_state()