Searched refs:httpprotocol (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c228 const char *httpprotocol = "HTTP/"; local
231 const int httplen = strlen(httpprotocol);
332 (strncasecmp((const char *)buf, httpprotocol, httplen) != 0)) {

Completed in 526 milliseconds