Lines Matching refs:PROXY_LOG
65 PROXY_LOG("%s: immediate connection", root->name);
70 PROXY_LOG("%s: connecting", root->name);
73 PROXY_LOG("%s: cannot connect to proxy: %s", root->name, errno_str);
119 PROXY_LOG("%s: connected to http proxy, sending header", root->name);
127 PROXY_LOG("%s: header sent, receiving first answer line", root->name);
140 PROXY_LOG( "%s: invalid answer from proxy: '%s'",
148 PROXY_LOG( "%s: connection refused, error=%d",
153 PROXY_LOG("%s: receiving second answer line", root->name);
158 PROXY_LOG("%s: connection succeeded", root->name);
165 PROXY_LOG("%s: invalid state for read event: %d", root->name, conn->state);