Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_proxy.c556 int http_response_status = -1; in proxy_response_parse() local
573 if (-1 == http_response_status) { in proxy_response_parse()
579 http_response_status = (int) strtol(key, NULL, 10); in proxy_response_parse()
580 if (http_response_status <= 0) http_response_status = 502; in proxy_response_parse()
582 http_response_status = 502; in proxy_response_parse()
585 con->http_status = http_response_status; in proxy_response_parse()