Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.h1835 const char *proxy_http_version;/* HTTP version of proxy "1.0" or "1.1" */ member
H A Dstdsoap2.cpp3929 … DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Connecting to %s proxy server\n", soap->proxy_http_version)); in tcp_connect()
3930 sprintf(soap->tmpbuf, "CONNECT %s:%d HTTP/%s", host, port, soap->proxy_http_version); in tcp_connect()
8321 soap->proxy_http_version = "1.0"; in soap_init()