Home
last modified time | relevance | path

Searched refs:allow_http11 (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigfile.c201 s->allow_http11 = 1; in config_insert()
256 cv[36].destination = &(s->allow_http11); in config_insert()
317 PATCH(allow_http11); in config_setup_connection()
469 PATCH(allow_http11); in config_patch_connection()
H A Dbase.h300 unsigned short allow_http11; member
H A Dresponse.c373 if (!con->conf.allow_http11) { 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()