| 15 | } |
| 16 | |
| 17 | type upgraderWrapper struct { |
| 18 | Upgrader clientspdy.Upgrader |
| 19 | Connections []httpstream.Connection |
| 20 | } |
| 21 | |
| 22 | // NewConnection receives a new connection |
| 23 | func (uw *upgraderWrapper) NewConnection(resp *http.Response) (httpstream.Connection, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected