Home
last modified time | relevance | path

Searched refs:http_version (Results 1 – 12 of 12) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
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()
374 con->request.http_version = HTTP_VERSION_1_0; in http_response_prepare()
H A Drequest.c430 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()
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()
838 s = get_http_version_name(con->request.http_version); in cgi_create_env()
H A Dbase.h161 http_version_t http_version; member
H A Dmod_scgi.c1613 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()
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_magnet.c516 buffer_copy_string(srv->tmp_buf, get_http_version_name(con->request.http_version)); in magnet_env_get_buffer_by_id()
H A Dmod_ssi.c320 …p->ssi_cgi_env, CONST_STRING("SERVER_PROTOCOL"), get_http_version_name(con->request.http_version)); in build_ssi_cgi_vars()
H A Dmod_fastcgi.c2031 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()
H A Dmod_proxy.c719 if (con->request.http_version == HTTP_VERSION_1_1 && in proxy_demux_response()
H A Dconnections.c818 con->request.http_version = HTTP_VERSION_UNSET;
H A Dmod_webdav.c517 if (con->request.http_version == HTTP_VERSION_1_1) { in webdav_gen_response_status_tag()