Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 63 for connectat (0.24 sec)

  1. okhttp/src/test/java/okhttp3/internal/http2/Http2ConnectionTest.kt

      ): Http2Connection {
        peer.setClient(client)
        peer.sendFrame().settings(settings!!)
        peer.acceptFrame() // ACK
        peer.play()
        return connect(peer)
      }
    
      /** Builds a new connection to `peer` with settings acked.  */
      private fun connect(
        peer: MockHttp2Peer,
        pushObserver: PushObserver = IGNORE,
        listener: Http2Connection.Listener = Http2Connection.Listener.REFUSE_INCOMING_STREAMS,
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 75.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/endpoints/installer.go

    			routes = append(routes, route)
    		case "CONNECT":
    			for _, method := range connecter.ConnectMethods() {
    				connectProducedObject := storageMeta.ProducesObject(method)
    				if connectProducedObject == nil {
    					connectProducedObject = "string"
    				}
    				doc := "connect " + method + " requests to " + kind
    				if isSubresource {
    					doc = "connect " + method + " requests to " + subresource + " of " + kind
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  3. cluster/gce/windows/k8s-node-setup.psm1

      # E1023 04:03:58.150266    4840 reflector.go:205] k8s.io/kubernetes/pkg/client/informers/informers_generated/internalversion/factory.go:129:...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  4. src/net/http/request.go

    	}
    
    	// CONNECT requests are used two different ways, and neither uses a full URL:
    	// The standard use is to tunnel HTTPS through an HTTP proxy.
    	// It looks like "CONNECT www.google.com:443 HTTP/1.1", and the parameter is
    	// just the authority section of a URL. This information should go in req.URL.Host.
    	//
    	// The net/rpc package also uses CONNECT, but there the parameter is a path
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  5. istioctl/pkg/writer/compare/testdata/configdump.json

                                        "cluster": "main_internal",
                                        "upgrade_configs": [
                                          {
                                            "upgrade_type": "CONNECT",
                                            "connect_config": {}
                                          }
                                        ]
                                      }
                                    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  6. src/syscall/syscall_windows.go

    		}
    	}
    	return
    }
    
    func ConnectEx(fd Handle, sa Sockaddr, sendBuf *byte, sendDataLen uint32, bytesSent *uint32, overlapped *Overlapped) error {
    	err := LoadConnectEx()
    	if err != nil {
    		return errorspkg.New("failed to find ConnectEx: " + err.Error())
    	}
    	ptr, n, err := sa.sockaddr()
    	if err != nil {
    		return err
    	}
    	return connectEx(fd, ptr, n, sendBuf, sendDataLen, bytesSent, overlapped)
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 52.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	{72, "ECONNABORTED", "software caused connection abort"},
    	{73, "ECONNRESET", "connection reset by peer"},
    	{74, "ENOBUFS", "no buffer space available"},
    	{75, "EISCONN", "socket is already connected"},
    	{76, "ENOTCONN", "socket is not connected"},
    	{77, "ESHUTDOWN", "can't send after socket shutdown"},
    	{78, "ETIMEDOUT", "connection timed out"},
    	{79, "ECONNREFUSED", "connection refused"},
    	{80, "EHOSTDOWN", "host is down"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  8. src/syscall/zerrors_openbsd_ppc64.go

    	52: "network dropped connection on reset",
    	53: "software caused connection abort",
    	54: "connection reset by peer",
    	55: "no buffer space available",
    	56: "socket is already connected",
    	57: "socket is not connected",
    	58: "can't send after socket shutdown",
    	59: "too many references: can't splice",
    	60: "operation timed out",
    	61: "connection refused",
    	62: "too many levels of symbolic links",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  9. src/syscall/zerrors_openbsd_riscv64.go

    	52: "network dropped connection on reset",
    	53: "software caused connection abort",
    	54: "connection reset by peer",
    	55: "no buffer space available",
    	56: "socket is already connected",
    	57: "socket is not connected",
    	58: "can't send after socket shutdown",
    	59: "too many references: can't splice",
    	60: "operation timed out",
    	61: "connection refused",
    	62: "too many levels of symbolic links",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	{72, "ECONNABORTED", "software caused connection abort"},
    	{73, "ECONNRESET", "connection reset by peer"},
    	{74, "ENOBUFS", "no buffer space available"},
    	{75, "EISCONN", "socket is already connected"},
    	{76, "ENOTCONN", "socket is not connected"},
    	{77, "ESHUTDOWN", "can't send after socket shutdown"},
    	{78, "ETIMEDOUT", "connection timed out"},
    	{79, "ECONNREFUSED", "connection refused"},
    	{80, "EHOSTDOWN", "host is down"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
Back to top