Home | History | Annotate | Download | only in proxy

Lines Matching defs:protocol

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