Home | History | Annotate | Download | only in proxy

Lines Matching full: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);
393 PROXY_LOG("%s: connecting", conn->root->name);
396 PROXY_LOG("%s: cannot connect to proxy: %s", root->name, errno_str);
401 PROXY_LOG("%s: immediate connection", root->name);
416 PROXY_LOG("%s: coult not create socket pair: %s",
445 PROXY_LOG("%s: can't parse method in '%'",
451 PROXY_LOG( "%s: can't parse URI in '%s'",
457 PROXY_LOG( "%s: extra data after version in '%s'",
492 PROXY_LOG("%s: can't parse response protocol: '%s'",
498 PROXY_LOG("%s: can't parse response number: '%s'",
548 PROXY_LOG("%s: can't parse header '%s'", root->name, line);
577 PROXY_LOG("%s: uh oh, not Host: in request ?", root->name);
656 PROXY_LOG("%s: bad content length: %s", root->name, content_length);
682 PROXY_LOG("%s: can't determine content length, and client wants"
744 PROXY_LOG("%s: invalid chunk data end: '%s'",
778 PROXY_LOG("%s: invalid chunk header: %s",
783 PROXY_LOG("%s: invalid chunk length %lld",
1007 PROXY_LOG("%s: connected to proxy", root->name);
1027 PROXY_LOG("%s: request first line ok", root->name);
1037 PROXY_LOG("%s: request headers ok", root->name);
1053 PROXY_LOG("%s: request sent, waiting for body",
1057 PROXY_LOG("%s: request sent, waiting for reply",
1072 PROXY_LOG("%s: request body ok, waiting for reply",
1083 PROXY_LOG("%s: reply first line ok", root->name);
1093 PROXY_LOG("%s: reply headers ok", root->name);
1109 PROXY_LOG("%s: reply sent, waiting for body",
1113 PROXY_LOG("%s: reply sent, looping to waiting request",
1129 PROXY_LOG("%s: closing connection", root->name);
1132 PROXY_LOG("%s: reply body ok, looping to waiting request",