Home
last modified time | relevance | path

Searched refs:HTTP_VERSION_1_1 (Results 1 – 10 of 10) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dkeyvalue.h41 typedef enum { HTTP_VERSION_UNSET = -1, HTTP_VERSION_1_0, HTTP_VERSION_1_1 } http_version_t; enumerator
H A Dresponse.c38 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()
H A Drequest.c430 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()
H A Dkeyvalue.c10 { HTTP_VERSION_1_1, "HTTP/1.1" },
H A Dmod_cgi.c457 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()
H A Dmod_accesslog.c852 con->request.http_version == HTTP_VERSION_1_1 ? "HTTP/1.1" : "HTTP/1.0", 8); in REQUESTDONE_FUNC()
H A Dmod_proxy.c719 if (con->request.http_version == HTTP_VERSION_1_1 && in proxy_demux_response()
H A Dmod_scgi.c1889 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()
H A Dmod_fastcgi.c2654 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()
H A Dmod_webdav.c517 if (con->request.http_version == HTTP_VERSION_1_1) { in webdav_gen_response_status_tag()