Searched refs:proxy_http_version (Results 1 – 2 of 2) sorted by relevance
1835 const char *proxy_http_version;/* HTTP version of proxy "1.0" or "1.1" */ member
3929 … 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()