Searched refs:HTTP_VERSION_1_1 (Results 1 – 10 of 10) sorted by relevance
41 typedef enum { HTTP_VERSION_UNSET = -1, HTTP_VERSION_1_0, HTTP_VERSION_1_1 } http_version_t; enumerator
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()
430 con->request.http_version = con->conf.allow_http11 ? HTTP_VERSION_1_1 : HTTP_VERSION_1_0; in http_request_parse()1072 if (con->request.http_version == HTTP_VERSION_1_1) { in http_request_parse()
10 { HTTP_VERSION_1_1, "HTTP/1.1" },
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()
852 con->request.http_version == HTTP_VERSION_1_1 ? "HTTP/1.1" : "HTTP/1.0", 8); in REQUESTDONE_FUNC()
719 if (con->request.http_version == HTTP_VERSION_1_1 && in proxy_demux_response()
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()
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()
517 if (con->request.http_version == HTTP_VERSION_1_1) { in webdav_gen_response_status_tag()