Searched refs:httpprotocol (Results 1 – 1 of 1) sorted by relevance
228 const char *httpprotocol = "HTTP/"; in get_encoded_response() local231 const int httplen = strlen(httpprotocol); in get_encoded_response()332 (strncasecmp((const char *)buf, httpprotocol, httplen) != 0)) { in get_encoded_response()