net/http.connectMethod.onlyH1 (field)

3 uses

	net/http (current package)
		transport.go#L832: 	cm.onlyH1 = treq.requiresHTTP1()
		transport.go#L1800: 	onlyH1     bool // whether to disable HTTP/2 and force HTTP/1
		transport.go#L1816: 		onlyH1: cm.onlyH1,