• Home
  • Raw
  • Download

Lines Matching refs:_debug

43 def _debug(*args):  function
643 _debug("nonnumeric port: '%s'", port)
934 _debug(" - checking cookie %s=%s", cookie.name, cookie.value)
950 _debug(" Set-Cookie2 without version attribute (%s=%s)",
954 _debug(" RFC 2965 cookies are switched off")
957 _debug(" Netscape cookies are switched off")
964 _debug(" third-party RFC 2965 cookie during "
968 _debug(" third-party Netscape cookie during "
978 _debug(" illegal name (starts with '$'): '%s'", cookie.name)
988 _debug(" path attribute %s is not a prefix of request "
995 _debug(" domain %s is in user block-list", cookie.domain)
998 _debug(" domain %s is not in user allow-list", cookie.domain)
1017 _debug(" country-code second level domain %s", domain)
1025 _debug(" non-local domain %s contains no embedded dot",
1032 _debug(" effective request-host %s (even with added "
1039 _debug(" effective request-host %s does not domain-match "
1047 _debug(" host prefix %s for domain %s contains a dot",
1063 _debug(" bad port %s (not numeric)", p)
1068 _debug(" request port (%s) not found in %s",
1082 _debug(" - checking cookie %s=%s", cookie.name, cookie.value)
1093 _debug(" RFC 2965 cookies are switched off")
1096 _debug(" Netscape cookies are switched off")
1103 _debug(" third-party RFC 2965 cookie during unverifiable "
1107 _debug(" third-party Netscape cookie during unverifiable "
1114 _debug(" secure cookie with non-secure request")
1120 _debug(" cookie expired")
1133 _debug(" request port %s does not match cookie port %s",
1146 _debug(" cookie with unspecified domain does not string-compare "
1151 _debug(" effective request-host name %s does not domain-match "
1155 _debug(" request-host %s does not match Netscape cookie domain "
1174 _debug(" domain %s is in user block-list", domain)
1177 _debug(" domain %s is not in user allow-list", domain)
1183 _debug("- checking cookie path=%s", path)
1186 _debug(" %s does not path-match %s", req_path, path)
1248 _debug("Checking %s for cookies to return", domain)
1256 _debug(" not returning cookie")
1258 _debug(" it's a match")
1334 _debug("add_cookie_header")
1413 _debug(" missing value for domain attribute")
1423 _debug(" missing or invalid value for expires "
1431 _debug(" missing or invalid (non-numeric) value for "
1444 _debug(" missing value for %s attribute" % k)
1534 _debug("Expiring cookie, domain='%s', path='%s', name='%s'",
1653 _debug("extract_cookies: %s", response.info())
1660 _debug(" setting cookie: %s", cookie)