net/http.Transport.MaxResponseHeaderBytes (field)

9 uses

	net/http (current package)
		h2_bundle.go#L7666: 	if t.t1 != nil && t.t1.MaxResponseHeaderBytes != 0 {
		h2_bundle.go#L7667: 		n = t.t1.MaxResponseHeaderBytes
		h2_bundle.go#L10130: 			if t1 := cs.cc.t.t1; t1 != nil && t1.MaxResponseHeaderBytes > limit {
		h2_bundle.go#L10131: 				limit = t1.MaxResponseHeaderBytes
		transport.go#L272: 	MaxResponseHeaderBytes int64
		transport.go#L349: 		MaxResponseHeaderBytes: t.MaxResponseHeaderBytes,
		transport.go#L439: 	if limit1 := t.MaxResponseHeaderBytes; limit1 != 0 && t2.MaxHeaderListSize == 0 {
		transport.go#L2109: 	if v := pc.t.MaxResponseHeaderBytes; v != 0 {