Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for canceling (0.14 sec)

  1. src/net/http/h2_bundle.go

    	http2errStopReqBodyWrite = errors.New("http2: aborting request body write")
    
    	// abort request body write, but send stream reset of cancel.
    	http2errStopReqBodyWriteAndCancel = errors.New("http2: canceling request")
    
    	http2errReqBodyTooLong = errors.New("http2: request body larger than specified content length")
    )
    
    // frameScratchBufferLen returns the length of a buffer to use for
    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.21.md

    - When the kubelet is watching a ConfigMap or Secret purely in the context of setting environment variables
      for containers, only hold that watch for a defined duration before cancelling it. This change reduces the CPU
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
Back to top