Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for frame_settings_has_stream (0.16 sec)

  1. src/net/http/h2_bundle.go

    		// receives a SETTINGS frame whose stream identifier
    		// field is anything other than 0x0, the endpoint MUST
    		// respond with a connection error (Section 5.4.1) of
    		// type PROTOCOL_ERROR.
    		countError("frame_settings_has_stream")
    		return nil, http2ConnectionError(http2ErrCodeProtocol)
    	}
    	if len(p)%6 != 0 {
    		countError("frame_settings_mod_6")
    		// Expecting even number of 6 byte settings.
    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