Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Drequest.c291 …enum { HTTP_CONNECTION_UNSET, HTTP_CONNECTION_KEEPALIVE, HTTP_CONNECTION_CLOSE } keep_alive_set = … in http_request_parse() enumerator
840 keep_alive_set = HTTP_CONNECTION_CLOSE; in http_request_parse()
1073 if (keep_alive_set != HTTP_CONNECTION_CLOSE) { in http_request_parse()