golang.org/x/net/http2.PriorityParam.Exclusive (field)

6 uses

	golang.org/x/net/http2 (current package)
		frame.go#L1097: 		hf.Priority.Exclusive = (v != hf.Priority.StreamDep) // high bit was set
		frame.go#L1173: 		if p.Priority.Exclusive {
		frame.go#L1233: 	Exclusive bool
		frame.go#L1276: 			Exclusive: streamID != v, // was high bit set?
		frame.go#L1294: 	if p.Exclusive {
		writesched_priority_rfc7540.go#L338: 	if priority.Exclusive {