| 1169 | } |
| 1170 | |
| 1171 | type fakeUpgradeRoundTripper struct { |
| 1172 | req *http.Request |
| 1173 | conn httpstream.Connection |
| 1174 | } |
| 1175 | |
| 1176 | func (f *fakeUpgradeRoundTripper) RoundTrip(req *http.Request) (*http.Response, error) { |
| 1177 | f.req = req |
nothing calls this directly
no outgoing calls
no test coverage detected