Home | History | Annotate | Download | only in proxy

Lines Matching refs:PROXY_LOG

53 #  define  D(...)   PROXY_LOG(__VA_ARGS__)
287 PROXY_LOG("%s: bad reply protocol: %s", __FUNCTION__, version);
292 PROXY_LOG("%s: bad reply code: %d", __FUNCTION__, code);
385 PROXY_LOG("%s: connecting", conn->root->name);
388 PROXY_LOG("%s: cannot connect to proxy: %s", root->name, errno_str);
393 PROXY_LOG("%s: immediate connection", root->name);
408 PROXY_LOG("%s: coult not create socket pair: %s",
437 PROXY_LOG("%s: can't parse method in '%'",
443 PROXY_LOG( "%s: can't parse URI in '%s'",
449 PROXY_LOG( "%s: extra data after version in '%s'",
484 PROXY_LOG("%s: can't parse response protocol: '%s'",
490 PROXY_LOG("%s: can't parse response number: '%s'",
540 PROXY_LOG("%s: can't parse header '%s'", root->name, line);
569 PROXY_LOG("%s: uh oh, not Host: in request ?", root->name);
648 PROXY_LOG("%s: bad content length: %s", root->name, content_length);
673 PROXY_LOG("%s: can't determine content length, and client wants"
745 PROXY_LOG("%s: invalid chunk header: %s",
750 PROXY_LOG("%s: invalid chunk length %lld",
968 PROXY_LOG("%s: connected to proxy", root->name);
988 PROXY_LOG("%s: request first line ok", root->name);
998 PROXY_LOG("%s: request headers ok", root->name);
1014 PROXY_LOG("%s: request sent, waiting for body",
1018 PROXY_LOG("%s: request sent, waiting for reply",
1033 PROXY_LOG("%s: request body ok, waiting for reply",
1044 PROXY_LOG("%s: reply first line ok", root->name);
1054 PROXY_LOG("%s: reply headers ok", root->name);
1070 PROXY_LOG("%s: reply sent, waiting for body",
1074 PROXY_LOG("%s: reply sent, looping to waiting request",
1090 PROXY_LOG("%s: closing connection", root->name);
1093 PROXY_LOG("%s: reply body ok, looping to waiting request",