| 632 | } |
| 633 | |
| 634 | type upgradeResponse struct { |
| 635 | req *http.Request |
| 636 | conn net.Conn |
| 637 | protocol string |
| 638 | cleanup func() |
| 639 | } |
| 640 | |
| 641 | // String returns the response type name. |
| 642 | func (r *upgradeResponse) String() string { |
nothing calls this directly
no outgoing calls
no test coverage detected