Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pri (0.14 sec)

  1. src/net/http/h2_bundle.go

    		http2logFrameWrites = true
    		http2logFrameReads = true
    	}
    }
    
    const (
    	// ClientPreface is the string that must be sent by new
    	// connections from clients.
    	http2ClientPreface = "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n"
    
    	// SETTINGS_MAX_FRAME_SIZE default
    	// https://httpwg.org/specs/rfc7540.html#rfc.section.6.5.2
    	http2initialMaxFrameSize = 16384
    
    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