Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for defBlock (0.29 sec)

  1. CHANGELOG/CHANGELOG-1.25.md

    - Kube-apiserver: Get, GetList and Watch requests that should be served by the apiserver cacher during shutdown will be rejected to avoid a deadlock situation leaving requests hanging. ([#108414](https://github.com/kubernetes/kubernetes/pull/108414), [@aojea](https://github.com/aojea))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    	return err
    }
    
    // writeFrameFromHandler sends wr to sc.wantWriteFrameCh, but aborts
    // if the connection has gone away.
    //
    // This must not be run from the serve goroutine itself, else it might
    // deadlock writing to sc.wantWriteFrameCh (which is only mildly
    // buffered and is read by serve itself). If you're on the serve
    // goroutine, call writeFrame instead.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "items": {
                  "default": "",
                  "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top