Home | History | Annotate | Download | only in proxy

Lines Matching refs:protocol

287         PROXY_LOG("%s: bad reply protocol: %s", __FUNCTION__, version);
478 char* protocol;
482 protocol = strsep(&p, " ");
484 PROXY_LOG("%s: can't parse response protocol: '%s'",
496 if (http_request_set_reply(request, protocol, number, readable) < 0)