Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MaxUploadBufferPerStream (0.24 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/secure_serving.go

    	}
    
    	// shrink the per-stream buffer and max framesize from the 1MB default while still accommodating most API POST requests in a single frame
    	http2Options.MaxUploadBufferPerStream = resourceBody99Percentile
    	http2Options.MaxReadFrameSize = resourceBody99Percentile
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 20:54:07 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    	// used instead.
    	MaxUploadBufferPerConnection int32
    
    	// MaxUploadBufferPerStream is the size of the initial flow control
    	// window for each stream. The HTTP/2 spec does not allow this to
    	// be larger than 2^32-1. If the value is zero or larger than the
    	// maximum, a default value will be used instead.
    	MaxUploadBufferPerStream int32
    
    	// NewWriteScheduler constructs a write scheduler for a connection.
    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