Searched refs:http_version (Results 1 – 12 of 12) sorted by relevance
38 if (con->request.http_version == HTTP_VERSION_1_1) { in http_response_write_header()56 if (con->request.http_version != HTTP_VERSION_1_1 || con->keep_alive == 0) { in http_response_write_header()374 con->request.http_version = HTTP_VERSION_1_0; in http_response_prepare()
430 con->request.http_version = con->conf.allow_http11 ? HTTP_VERSION_1_1 : HTTP_VERSION_1_0; in http_request_parse()432 con->request.http_version = HTTP_VERSION_1_0; in http_request_parse()1072 if (con->request.http_version == HTTP_VERSION_1_1) { in http_request_parse()
457 if (con->request.http_version == HTTP_VERSION_1_1) { in cgi_demux_response()490 if (con->request.http_version == HTTP_VERSION_1_1 && in cgi_demux_response()838 s = get_http_version_name(con->request.http_version); in cgi_create_env()
161 http_version_t http_version; member
1613 s = get_http_version_name(con->request.http_version); in scgi_create_env()1889 if (con->request.http_version == HTTP_VERSION_1_1) { in scgi_demux_response()1906 if (con->request.http_version == HTTP_VERSION_1_1 && in scgi_demux_response()
852 con->request.http_version == HTTP_VERSION_1_1 ? "HTTP/1.1" : "HTTP/1.0", 8); in REQUESTDONE_FUNC()
516 buffer_copy_string(srv->tmp_buf, get_http_version_name(con->request.http_version)); in magnet_env_get_buffer_by_id()
320 …p->ssi_cgi_env, CONST_STRING("SERVER_PROTOCOL"), get_http_version_name(con->request.http_version)); in build_ssi_cgi_vars()
2031 s = get_http_version_name(con->request.http_version); in fcgi_create_env()2654 if (con->request.http_version == HTTP_VERSION_1_1 && in fcgi_demux_response()2663 if (con->request.http_version == HTTP_VERSION_1_1 && in fcgi_demux_response()
719 if (con->request.http_version == HTTP_VERSION_1_1 && in proxy_demux_response()
818 con->request.http_version = HTTP_VERSION_UNSET;
517 if (con->request.http_version == HTTP_VERSION_1_1) { in webdav_gen_response_status_tag()