Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for withers (0.15 sec)

  1. CHANGELOG/CHANGELOG-1.12.md

    - Fix kubelet to not leak goroutines/intofiy watchers on an inactive connection if it's closed ([#67285](https://github.com/kubernetes/kubernetes/pull/67285), [@yujuhong](https://github.com/yujuhong))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.28.md

    - Added a warning that TLS 1.3 ciphers are not configurable. ([#115399](https://github.com/kubernetes/kubernetes/pull/115399), [@3u13r](https://github.com/3u13r)) [SIG API Machinery and Node]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  3. src/net/http/h2_bundle.go

    )
    
    // shouldRetryRequest is called by RoundTrip when a request fails to get
    // response headers. It is always called with a non-nil error.
    // It returns either a request to retry (either the same request, or a
    // modified clone), or an error if the request can't be replayed.
    func http2shouldRetryRequest(req *Request, err error) (*Request, error) {
    	if !http2canRetryError(err) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top