Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for frame_settings_ack_with_length (0.38 sec)

  1. src/net/http/h2_bundle.go

    		// SETTINGS frame with the ACK flag set and a length
    		// field value other than 0 MUST be treated as a
    		// connection error (Section 5.4.1) of type
    		// FRAME_SIZE_ERROR.
    		countError("frame_settings_ack_with_length")
    		return nil, http2ConnectionError(http2ErrCodeFrameSize)
    	}
    	if fh.StreamID != 0 {
    		// SETTINGS frames always apply to a connection,
    		// never a single stream. The stream identifier for a
    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