Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for frame_settings_window_size_too_big (0.19 sec)

  1. src/net/http/h2_bundle.go

    		return nil, http2ConnectionError(http2ErrCodeFrameSize)
    	}
    	f := &http2SettingsFrame{http2FrameHeader: fh, p: p}
    	if v, ok := f.Value(http2SettingInitialWindowSize); ok && v > (1<<31)-1 {
    		countError("frame_settings_window_size_too_big")
    		// Values above the maximum flow control window size of 2^31 - 1 MUST
    		// be treated as a connection error (Section 5.4.1) of type
    		// FLOW_CONTROL_ERROR.
    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