(rt *ReuseTransport)
| 24 | } |
| 25 | |
| 26 | func transportID(rt *ReuseTransport) int64 { |
| 27 | return rt.entry.transport.(*testRoundTripper).id |
| 28 | } |
| 29 | |
| 30 | func TestManagerReuseSameEntry(t *testing.T) { |
| 31 | var created atomic.Int64 |
no outgoing calls
no test coverage detected