Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for bug5 (0.1 sec)

  1. src/net/http/h2_bundle.go

    	//
    	// We used to send "HTTP/1.1 000 0" on the wire in responses but there's
    	// no equivalent bogus thing we can realistically send in HTTP/2,
    	// so we'll consistently panic instead and help people find their bugs
    	// early. (We can't return an error from WriteHeader even if we wanted to.)
    	if code < 100 || code > 999 {
    		panic(fmt.Sprintf("invalid WriteHeader code %v", code))
    	}
    }
    
    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.10.md

      * [stable] [cri-o](https://github.com/kubernetes-incubator/cri-o): cri-o v1.10 updated CRI version to v1alpha2 and made several bug and stability fixes. [@mrunalp]
      * [stable] [frakti](https://github.com/kubernetes/frakti): frakti v1.10 implemented GCE Persistent Disk as a high performance volume, fixed several bugs, added ARM64 support, and passed all CRI validation conformance tests and node e2e conformance tests. [@resouer]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  3. pkg/proxy/iptables/proxier_test.go

    		}
    
    		// Find cases where we have "-A FOO ... -j BAR", but no "-A BAR ...",
    		// meaning that we are jumping to a chain that we didn't write out any
    		// rules for, which is normally a bug. (Except that KUBE-SERVICES always
    		// jumps to KUBE-NODEPORTS, even when there are no NodePort rules.)
    		emptyChains := jumpedChains.Difference(filledChains)
    		emptyChains.Delete(string(kubeNodePortsChain))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
  4. pkg/registry/core/service/storage/storage_test.go

    	update       svcTestCase
    }
    
    type svcTestCase struct {
    	svc         *api.Service
    	expectError bool
    
    	// We could calculate these by looking at the Service, but that's a
    	// vector for test bugs and more importantly it makes the test cases less
    	// self-documenting.
    	expectClusterIPs          bool
    	expectStackDowngrade      bool
    	expectHeadless            bool
    	expectNodePorts           bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  5. ChangeLog.md

    - [`KT-64051`](https://youtrack.jetbrains.com/issue/KT-64051) K2 IDE: Analysis API: Unresolved links to typealias in KDoc
    - [`KT-66189`](https://youtrack.jetbrains.com/issue/KT-66189) K2 / IDE: KtFirExpressionTypeProvider bugs
    - [`KT-61422`](https://youtrack.jetbrains.com/issue/KT-61422) K2 IDE: "No array element type for vararg value parameter: org.jetbrains.kotlin.fir.declarations.impl.FirValueParameterImpl"
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg encoding/json, type InvalidUTF8Error //deprecated
    pkg encoding/json, type UnmarshalFieldError //deprecated
    pkg go/build, const AllowBinary //deprecated
    pkg go/doc, type Package struct, Bugs //deprecated
    pkg go/importer, func For //deprecated
    pkg go/importer, func ForCompiler //deprecated
    pkg go/types, func NewInterface //deprecated
    pkg go/types, method (*Interface) Embedded //deprecated
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top