Lines Matching refs:CONNECT
725 if (upgrade || method === "CONNECT") {
1034 var forbiddenMethods = ["CONNECT", "TRACE", "TRACK"];
7270 } else if (path[0] !== "/" && !(path.startsWith("http://") || path.startsWith("https://")) && method !== "CONNECT") {
7854 METHODS2[METHODS2["CONNECT"] = 5] = "CONNECT";
7902 METHODS.CONNECT,
8942 assert(request.upgrade || request.method === "CONNECT");
8996 if (request.method === "CONNECT") {
9432 if (client[kRunning] > 0 && (request.upgrade || request.method === "CONNECT")) {
9447 return method !== "GET" && method !== "HEAD" && method !== "OPTIONS" && method !== "TRACE" && method !== "CONNECT";
9493 if (upgrade || method === "CONNECT") {
9596 if (method === "CONNECT") {
10662 if (response.status !== 0 && (request.method === "HEAD" || request.method === "CONNECT" || nullBodyStatus.includes(internalResponse.status))) {
11257 if (request.method !== "HEAD" && request.method !== "CONNECT" && !nullBodyStatus.includes(status) && !willFollow) {