Home
last modified time | relevance | path

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

/PHP-5.5/sapi/thttpd/
H A Dthttpd.c49 int seen_cl; member
204 if (!TG(seen_cl) && strncasecmp(h->header, CL_TOKEN, sizeof(CL_TOKEN)-1) == 0) { in sapi_thttpd_send_headers()
205 TG(seen_cl) = 1; in sapi_thttpd_send_headers()
223 if (TG(seen_cl) && !TG(seen_cn) && TG(hc)->do_keep_alive) { in sapi_thttpd_send_headers()
439 TG(seen_cl) = 0;
677 if (TG(seen_cl) == 0 || TG(seen_cn) == 1) {

Completed in 6 milliseconds