net/http.transferReader.ProtoMajor (field)

8 uses

	net/http (current package)
		transfer.go#L437: 	ProtoMajor    int
		transfer.go#L448: 	return t.ProtoMajor > m || (t.ProtoMajor == m && t.ProtoMinor >= n)
		transfer.go#L491: 		t.ProtoMajor = rr.ProtoMajor
		transfer.go#L493: 		t.Close = shouldClose(t.ProtoMajor, t.ProtoMinor, t.Header, true)
		transfer.go#L501: 		t.ProtoMajor = rr.ProtoMajor
		transfer.go#L512: 	if t.ProtoMajor == 0 && t.ProtoMinor == 0 {
		transfer.go#L513: 		t.ProtoMajor, t.ProtoMinor = 1, 1