Lines Matching refs:Transport
731 if err := ExportHttp2ConfigureTransport(c.Transport.(*Transport)); err != nil {
803 if err := ExportHttp2ConfigureTransport(c.Transport.(*Transport)); err != nil {
863 if err := ExportHttp2ConfigureTransport(c.Transport.(*Transport)); err != nil {
1263 c.Transport.(*Transport).DisableKeepAlives = true
2594 // TestZeroLengthPostAndResponse exercises an optimization done by the Transport:
2596 // explicit Content-Length of zero is present), then the transport can re-use the
3811 // give a copy of that Request.Body out to the Transport (e.g. any
3883 // Try to cause a race: Both the Transport and the proxy handler's Server
3888 proxy.c.Transport.(*Transport).CancelRequest(req2)
5420 tr := c.Transport.(*Transport)