Home
last modified time | relevance | path

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

/dports/www/ffproxy/ffproxy-1.6/
H A Dfilter.c122 static const char http_kalive[] = "Connection: keep-alive"; variable
172 r->header[++i] = (char *) my_alloc(strlen(http_kalive) + 1); in filter_remote()
173 (void) strcpy(r->header[i], http_kalive); in filter_remote()
H A Dhttp.c253 static const char http_kalive[] = "Connection: keep-alive"; variable
310 || strncasecmp(http_kalive, s, strlen(http_kalive)) == 0) { in http_parse()