Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Dup (0.05 sec)

  1. src/net/http/h2_bundle.go

    	p.mu.Lock()
    	for _, cc := range p.conns[key] {
    		if cc.CanTakeNewRequest() {
    			p.mu.Unlock()
    			return false, nil
    		}
    	}
    	call, dup := p.addConnCalls[key]
    	if !dup {
    		if p.addConnCalls == nil {
    			p.addConnCalls = make(map[string]*http2addConnCall)
    		}
    		call = &http2addConnCall{
    			p:    p,
    			done: make(chan struct{}),
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.28.md

    - Added warning for dup ports update/patching in pod's container ports and service ports. ([#113245](https://github.com/kubernetes/kubernetes/pull/113245), [@pacoxu](https://github.com/pacoxu))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), func CmsgSpace(int) int
    pkg syscall (netbsd-arm64-cgo), func Connect(int, Sockaddr) error
    pkg syscall (netbsd-arm64-cgo), func Dup2(int, int) error
    pkg syscall (netbsd-arm64-cgo), func Dup(int) (int, error)
    pkg syscall (netbsd-arm64-cgo), func Fchdir(int) error
    pkg syscall (netbsd-arm64-cgo), func Fchflags(int, int) error
    pkg syscall (netbsd-arm64-cgo), func Fchmod(int, uint32) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg syscall (darwin-arm64), func CmsgLen(int) int
    pkg syscall (darwin-arm64), func CmsgSpace(int) int
    pkg syscall (darwin-arm64), func Connect(int, Sockaddr) error
    pkg syscall (darwin-arm64), func Dup(int) (int, error)
    pkg syscall (darwin-arm64), func Dup2(int, int) error
    pkg syscall (darwin-arm64), func Exchangedata(string, string, int) error
    pkg syscall (darwin-arm64), func Fchdir(int) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.25.md

    - Fixing issue on Windows nodes where HostProcess containers may not be created as expected. ([#110140](https://github.com/kubernetes/kubernetes/pull/110140), [@marosset](https://github.com/marosset)) [SIG Node and Windows]
    - Kubeadm: handle dup `unix://` prefix in node annotation ([#110656](https://github.com/kubernetes/kubernetes/pull/110656), [@pacoxu](https://github.com/pacoxu)) [SIG Cluster Lifecycle]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
Back to top