(status int)
| 876 | } |
| 877 | |
| 878 | func (w *wsRespWriter) WriteHeader(status int) { |
| 879 | // unused |
| 880 | } |
| 881 | |
| 882 | func (m *wsRespWriter) Hijack() (net.Conn, *bufio.ReadWriter, error) { |
| 883 | panic("Hijack not implemented") |
no outgoing calls
no test coverage detected