Lines Matching refs:Unauthorized
997 expectTest(100, "100-continue", false, "401 Unauthorized"),
999 expectTest(100, "", false, "401 Unauthorized"),
1007 expectTest(0, "100-continue", false, "401 Unauthorized"),
2038 if lineNum == 1 && !strings.Contains(line, "401 Unauthorized") {