Home
last modified time | relevance | path

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

/dports/www/ffproxy/ffproxy-1.6/
H A Dfilter.c121 static const char http_pkalive[] = "Proxy-Connection: keep-alive"; variable
170 r->header[i] = (char *) my_alloc(strlen(http_pkalive) + 1); in filter_remote()
171 (void) strcpy(r->header[i], http_pkalive); in filter_remote()
H A Dhttp.c252 static const char http_pkalive[] = "Proxy-Connection: keep-alive"; variable
309 } else if (strncasecmp(http_pkalive, s, strlen(http_pkalive)) == 0 in http_parse()